Page 1 of 1

Uploading multiple files.

Posted: Sun Feb 18, 2018 9:56 pm
by vetelko
Hello guys,

I tried upload.cgi example and it works for me, but what if I need to upload multiple files at once? I can't figure out how to do this. Are there multiple file boundaries in POST data than? Also there is no reference to <input type=file /> name in upload.cgi. It is not needed because we are checking for boundary and than it doesn't matter?