Thanks for this, I am using another jquery library for upload and I am going o test this.
Can you provide a packed .w2p web2py application? On Thu, Oct 27, 2011 at 10:40 PM, Paolo Caruccio <[email protected] > wrote: > I wasn't able to find in the web, even in this group, a multiple files > upload system with the followings requirements: > > - upload the files together with form submit > - no frame, no flash, no ajax form submit but only jquery and python > - give a title to the uploading files > - simple to integrate and control in web2py > > so, inspired by > http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/, > I wrote one by my self. > It's minimalist and the code isn't optimized (I'm not a programmer), but it > works for my purposes. > > If you would like to test it in default welcome web2py app: > - put jquery.multiuploads.js in static/js folder > - put multiuploads.css in static/css folder > - append the functions to default.py in controllers folder > - append the table definition to db.py in models folder > - put upload_documents.html in views folder > > You'll find some comments in the code and also many errors. > > I look forward to your suggestions and opinions. > > Ciao. > > Paolo > -- Bruno Rocha [http://rochacbruno.com.br]

