Closed
Description
Hello. I am a beginner. Please be polite ;-)
var form = new formidable.IncomingForm();
form.multiples = true;
I expect this >> files.upload << in form.parse to work, and it does, when I try to upload more than one file at a time. Unfortunatly it does not work, if I have chosen only one file.
Could someone help me with this?
I work around this by checking if this is an array, if not, copy one file, else if an array, use loop to do that.
Thank you very much in advance.
Have a good day all.
Metadata
Metadata
Assignees
Labels
No labels