Re: Error uploading a large file with slow connection

2010-11-22 Thread Pid
On 22/11/2010 11:20, Odilo Schwade Junior wrote: > The stacktrace: > > form field [form.fileData] is not a file field > at railo.runtime.tag.FileTag.getFormItem(FileTag.java:833):833 > at railo.runtime.tag.FileTag.actionUpload(FileTag.java:666):666 > at railo.runtime.tag.FileTag.doStartTag(FileTag

Error uploading a large file with slow connection

2010-11-22 Thread Odilo Schwade Junior
Hi list, We are using tomcat with Railo to use CFML and getting an strange issue.. When we try to upload a file of 2~4MB on a slow connection 15~20kb/s the request is completed but all of the form fields are dropped.. which causes an error.. How to reproduce the error with a small CFM code: //