Hi, I know this is an old thread, but I have a question.
The upload and everything is working fine, but for some reason it doesn't work when bootstrap.min.css (the default one by web2py) is NOT included. This is kinda stupid because i'm using Foundation. Any idea what's going on? On Friday, October 28, 2011 2:40:12 AM UTC+2, Paolo Caruccio 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 > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

