M
Marian Edu
Guest
There is nothing wrong with the browser(s), webspeed need to parse the request payload and I think the issue might be in the cgi messenger that somehow gets confused about a multi-part post with no file content (content-type seems to be set to binary/octet-stream just no content follows till next boundary). The result is an incomplete variable list that gets sent to the 4gl side. However that might well be a non issue, you already got the solution to move the hidden fields on top and then act only if you get a submit/file set... the whole point there is to upload file(s), if nothing gets uploaded one my wonder why do you care for the rest of the form fields? 
Continue reading...
Continue reading...