Re: [web2py] Batch upload of media?

2014-05-13 Thread Tim Price
Hi Bruno, I've been playing around with fileuploader, but I'm having some basic problems adapting it to my system. Specifically, whatever I do, I can't get it to work once I've swapped out the table and field names, even though I do it systematically in both model, controller, and view. Once

Re: [web2py] Batch upload of media?

2012-08-10 Thread Bruno Rocha
https://github.com/mdipierro/web2py-recipes-source/raw/master/apps/04_advanced_forms/web2py.app.fileuploader.w2p https://github.com/mdipierro/web2py-recipes-source/raw/master/apps/04_advanced_forms/web2py.app.upload.w2p https://github.com/mdipierro/web2py-recipes-source/raw/master/apps/04_advance

Re: [web2py] Batch upload of media?

2012-08-10 Thread Vasile Ermicioi
http://blueimp.github.com/jQuery-File-Upload/ --

[web2py] Batch upload of media?

2012-08-10 Thread lyn2py
Hi, I want to give the user the option to perform a batch upload of their image files and/or video files. How should I go about that in web2py? Must video and image uploads be performed separately? Thanks! --