Hi,
I want to upload selected files from my html multi form via ajax to my dropbox
Folders!
I can upload files from my local Storage from my ressource folder, but I need to upload
the files I selected in my HTML Form. I send a FormData via Ajax and then get for each File
a HttpServerRequest( a vertx framework object). I think I need the certain input Streams
for my selected files, but I dont know how.
Can anyone tell me how to deal with this?
thx