View Single Post
  #29  
Old 07-27-2009, 11:07 AM
robfrew robfrew is offline
Senior Member
 
Join Date: Dec 2007
Location: Salt Lake City UT
Posts: 151
Here is the latest test with 4.1rc1 and uploads not working correctly. If you try to upload using a standard form, anything 24kb or over does not upload to PHP correctly.

You can test this on our dev server here:

http://www.e-motionz.com/test.php

Just upload an image less than 23kb, then upload one that is more than 24kb.

PHP will return the results of the files array. It should show file details for anything less than 23kb and it should show an error code 3 (partial file upload) for anything larger than 24kb. If we switch back to LSWS 4.0, you do not get these errors.

The only thing that shows up in the debug log is:

[xx.8.12.59:51278-0#mxxm.com] Content len: 0, Request line:
GET /test.php HTTP/1.1
[xx.8.12.59:51120-0#mxxm.com] Content len: 24741, Request line:
POST /photos.php HTTP/1.1

Last edited by robfrew; 07-27-2009 at 12:25 PM..
Reply With Quote