On Thu, Jan 28, 2010 at 12:58 PM, morellik <[email protected]> wrote:
>
>> hm... don't know. What append if you try a 600Mb upload with a standard form 
>> ?
>
> I didn't tried.
>
>>
>> You can try to turn the log level of the root logger to DEBUG to get
>> more info in the pylons console and use firebug to log ajax calls in
>> firefox
>> I've just try the sampleapp with a 300Mb file and Chrome and it work fine.
>>
> It isn't true for me :-(( This is my log:
>
> 12:55:00,226 DEBUG [fileupload] Start session "4479268115249898000",
> length: 74486794
> 12:55:00,227 DEBUG [fileupload] InputWrapper init: <socket._fileobject
> object at 0xb6c00294 length=74486794>, <open file '/tmp/fileUpload/
> 4479268115249898000.size', mode 'w' at 0xb6c73b60>
> 12:55:04,457 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object
> globals
> 12:55:04,457 DEBUG [pylons.wsgiapp] Resolved URL to controller:
> u'upload'
> 12:55:04,457 DEBUG [pylons.wsgiapp] Controller appears to be a class,
> instantiating
> 12:55:04,457 DEBUG [pylons.wsgiapp] Calling controller class with WSGI
> interface
> 12:55:04,458 DEBUG [pylons.controllers.core] Looking for u'save'
> method to handle the request
> 12:55:04,458 DEBUG [pylons.controllers.core] Calling 'save' method
> with keyword args: **{}
> 12:55:04,458 INFO  [samplepylons.controllers.upload] UnicodeMultiDict
> ([('file1', FieldStorage('file1', u'Encyclopedia di Matematica e
> Geometria Avanzata di Corrado Brogi.rar'))])
> 12:55:04,458 DEBUG [pylons.controllers.core] Controller returned None
> 12:55:04,458 DEBUG [pylons.controllers.core] Calling Response object
> to return WSGI data
> 12:55:18,651 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks
> queued)
> 12:55:18,652 DEBUG [fileupload] 4479268115249898000: {'state': 1,
> 'percent': 100}
>
> Trying to use firebug with this application, firefox (3.6) crash :-))

Haha, you're right. I've upgraded my FF to 3.6 (OSX) and got the same crash.
I've also tried without the JS stuff. FF freeze and style freezing
even if the upload is complete.
Don't know what to do. But I don't want to spend time on this buggy
version, sorry.

>
> --
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to