621
Views
3
Comments
How to drag n drop files on outsystems file upload control.

hi i m using outsystems file upload control. i want to drag n drop files on it. is it possible . i dont want use any external forge widget for this.

Your help will be appreciable.


thanks in advance.

2020-02-28 09-46-54
Eduardo Jauch

Well, 

You can always open the Forge components that implement this and implement something similar.

But I don't see why don't you use them already.

Cheers.

2025-04-22 05-54-18
Shashi Kant Shukla

Hi Bharat,

You need to use Multifile upload control if you want to drag drop file to upload.


Reagrds

-SK-

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Bharat,

To answer your question directly: no, it is not possible to drag & drop files onto the standard Upload widget, as this is not so much an OutSystems widget as it is a browser widget that OS uses. If you do not want to use a Forge component for uploading, you're stuck: there's no way to use drag & drop without one (or, what Eduardo already said, copy/paste their implementation).

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.