Look like the new jQuery HTML5 file upload rock:
http://aquantum-demo.appspot.com/file-upload

On Sun, Jan 16, 2011 at 1:21 PM, He Shiming <[email protected]> wrote:
> On Jan 16, 8:03 pm, Juliusz Gonera <[email protected]> wrote:
>> Gael Pasgrimaud wrote:
>> > The problem is that you need the whole environment to develop and test
>> > your application.
>> > Having all the stuff in a python process is simpler but it's also less
>> > efficient in production IMHO.
>>
>> What I currently do is to use both - gp.fileupload for development and
>> Nginx module in production. The interface is a bit different though so I
>> had to write my own JS. It first tries to query Nginx module and if it
>> gets 404 (which means that Paster is used) it sends a request to
>> gp.fileupload. You can have a look at it:https://gist.github.com/781722
>> ${c.upload_id} is a random ID generated in Pylons.
>>
>> --
>> Juliusz Gonerahttp://juliuszgonera.com/
>
> Thank you all. It looks like I'll put some time on both gp.fileupload
> and the nginx module.
>
> Best regards,
> He Shiming
>
> --
> 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