Is it possible to drag and drop files from pc desktop into the webclient?
This works perfectly in smart client but when I try to drop files in the webclient the onDrop method is not called.
Isn’t this supporterted in Servoy or is there a different approach for webclient?
Thanks for the advice, this multi file uploader looks nice.
But I don’t see any drag and drop functionality?
Now I take a file on my desktop and drag it into the smart client. Then the smart client handles the file and uploads it to the application server.
I expected the same in the Multi-File plugin? I see a popup with some colored buttons, but still I am not able to drag the files into this pop-up
Am I missing something here?
Once the popup is showing I can just drag/drop files. This is with OSX and tested Opera + Chrome - however when we first built it I tested on various Windows versions plus wide range of browsers.
Do check you followed the install instructions carefully and have setup the ‘jqfu’ folder in application_server/server/webapps/ROOT.
Do you use servoy 7.3 ?
The folder is properly copied into the ROOT folder
When I run the test.html there, ‘file:///C:/Servoy7/application_server/server/webapps/ROOT/servoy-service/multifile/uploader.html?clientID=1’ is trying to be opened but it doesn’t exist.
Does it work in developer?
Developer & Server are 7.3.1 and works fine in both. Also worked fine on Servoy 6.x.
On my Developer setup I can select file: Applications/_Servoy/SV7_PT7/application_server/server/webapps/ROOT/jqfu/uploader.html and it opens in a Browser - although without the CSS.
Might be worth checking the permissions on your C:/Servoy7 folder
Have attached image of Drag&Drop on live system - you can see four files being moved onto the white zone.