Document upload from Local System Using Local Drive URL

0
Hi All,    I want to upload all the files to mendix server present in a specific destination in local system of user. URL of the destination will be provided by the user.   Can anyone please share any connector which is capable of doing the same.
asked
1 answers
0

Hi Harshit,

 

Do you want to establish an SFTP connection to some file system to extract files from there? Then you can use the SFTP module from the marketplace for that. You need credentials and the exact location off course.

 

Or do you want the user to upload multiple files using their browser? You could take look at the file dropper widget in that case. I just verified: you can drag and drop a complete folder, and it will then upload every file in it, although the underlying folder structure will be lost.

 

Good luck!

answered