search for: 98e4e4f3b55db4ea848b13ad7

Displaying 1 result from an estimated 1 matches for "98e4e4f3b55db4ea848b13ad7".

2007 Aug 09
0
File upload issue with Merb 0.3
...lem is almost certainly in my Java file handling - when I upload the same problem file through an HTML upload form, it works fine. The one thing I did notice was that in the merb log, I would see the first line of the request log entry, e.g.: Request: REQUEST_URI: /upload/applet_upload_file?token=98e4e4f3b55db4ea848b13ad7 01d4aaa,46bae8bc,9084,192,33,1 (2007-08-09 11:13:17) but the next line, e.g. Params:{ ... never appeared - the process would just hang. I assume that Mongrel is doing the work of receiving the file (which is about 8k) before handing it back to Merb, and this is where the problem is occuring, but...