What can make a WebFileUploader fail?
I just tried it with the demo project coming with Xojo (UploadExample).
I built it, run it on linux server, select file in WebFIleUploader and click upload.
Wheel goes forever for 20K file and nothing happens.
So what could make a WebFileUploader fail?
access log from apache shows error 504
213.124.63.10 - - [16/Sep/2015:23:28:40 +0200] “POST /UploadExample/uploadexample.cgi/9BB8A7DB6A4BA06CA31611188EB90505/upload HTTP/1.1” 504 549 “http://212.37.54.222:8088/UploadExample/uploadexample.cgi” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36”
okay, client seems to have a proxy software in-between which may not forward the post properly.