Replies: 2 comments
-
hi @AbdeenM thank you! :) I will give this a look as soon as I can and try to create a working example for you |
Beta Was this translation helpful? Give feedback.
-
@AbdeenM a few things to notice:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Awesome work you have done here!
I can not seem to be able to handle
folder
uploads on my backend side. is there any guide or example i can use to handle this?What am doing is:
Front-end: Running a react add and using your
upload-drop-zone
package to initiate the uploading such as:Back-end: Running an expressjs app + multer to handle my uploads, while setting the upload route such as:
and the multer instance such as:
Perhaps there is a special way to handle
folder
uploads? or maybe i could use a different package to handle uploads from my servers side?Thanks
Beta Was this translation helpful? Give feedback.
All reactions