newLISP Fan Club

Forum => newLISP in the real world => Topic started by: vetelko on February 18, 2018, 01:56:40 PM

Title: Uploading multiple files.
Post by: vetelko on February 18, 2018, 01:56:40 PM
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?