Re: [web2py] Suggestions for multiple files upload in form

2015-06-28 Thread Chaitu P
can anyone help. I have copied all the files. But still not working. When i clicked on the + button it is not showing popup window to choose files. On Fri, Jun 26, 2015 at 11:43 AM, Chaitu P chaitanya.pochampa...@gmail.com wrote: Hi Paolo, I have installed your application and it is working

Re: [web2py] Suggestions for multiple files upload in form

2015-06-26 Thread Chaitu P
Hi Paolo, I have installed your application and it is working perfectly. I want have same multiimage upload functionality in my application. So I changed one of the table names. But unfortunately it is not working. Iam not sure what Iam missing I have copied the css and js files as well. Is

Re: [web2py] Suggestions for multiple files upload in form

2012-06-01 Thread Paolo Caruccio
Richard, I made some reflections on what you want to do and it's not easy, since the use of control for simultaneous upload of multiple files was aimed to replace the standard control. As an example of use, you can

Re: [web2py] Suggestions for multiple files upload in form

2012-06-01 Thread Richard Vézina
No problem, I don't have time neither maybe for a couples of days too :) Richard On Fri, Jun 1, 2012 at 3:24 PM, Paolo Caruccio paolo.carucci...@gmail.comwrote: Richard, I made some reflections on what you want to do and it's not easy, since the use of control for simultaneous upload of

Re: [web2py] Suggestions for multiple files upload in form

2012-05-31 Thread Richard Vézina
Hello Paolo, Here some fresher code : def trip_update(): # only SQLFORM.factory tested form=SQLFORM.factory(db.t_trip, db.t_photos) for row in db(db.t_trip.id == request.args(0)).select(db.t_trip.ALL): for f in db.t_trip.fields: form.vars[f]=row[f]

Re: [web2py] Suggestions for multiple files upload in form

2012-05-31 Thread Richard Vézina
response.js will not works, it only works on response and for component as says the book. Putting the js code into the view seems to work if I pass the photos_files var to the view... Now I think I just have to find the way to expose the HTML, XML() not seems to work. Richard On Thu, May 31,

Re: [web2py] Suggestions for multiple files upload in form

2012-05-31 Thread Richard Vézina
Here where I get as now : Controler : def trip_update(): # only SQLFORM.factory tested form=SQLFORM.factory(db.t_trip, db.t_photos) for row in db(db.t_trip.id == request.args(0)).select(db.t_trip.ALL): for f in db.t_trip.fields: form.vars[f]=row[f] photos_files

Re: [web2py] Suggestions for multiple files upload in form

2012-05-30 Thread Richard Vézina
Hello Paolo, Pretty nice! Did you implement the update of the records also? Is it a straight and easy task or it becomes trickier to implement than the rest of the app?? Richard On Sat, Oct 29, 2011 at 6:21 PM, Paolo Caruccio paolo.carucci...@gmail.comwrote: Bruno, thanks. What do you

Re: [web2py] Suggestions for multiple files upload in form

2012-05-30 Thread Paolo Caruccio
Richard, I saw your email in the discussion regarding bootswatch, but I want to answer here for competence. Multiupload is a my old project. The object of the toy app was demonstrate the usage of multiupload control. It wasn't a complete application. Your intentions, however, are interesting.

Re: [web2py] Suggestions for multiple files upload in form

2011-10-29 Thread Bruno Rocha
Thank you Paolo, very nice app. -- Bruno Rocha [http://rochacbruno.com.br]

Re: [web2py] Suggestions for multiple files upload in form

2011-10-29 Thread Paolo Caruccio
Bruno, thanks. What do you think about the upload mechanism? Can it be translate in a web2py widget? or is it better to use a different javascript/jquery library? Regards. Paolo

Re: [web2py] Suggestions for multiple files upload in form

2011-10-28 Thread Paolo Caruccio
Ovidio thank you for your consideration. In fact, I have not given much attention to the results grid because the goal of my work was to create a control for uploading multiple files. In addition, the visual aspect is only demonstration. The essential css rules are on the top of

[web2py] Suggestions for multiple files upload in form

2011-10-27 Thread Paolo Caruccio
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

Re: [web2py] Suggestions for multiple files upload in form

2011-10-27 Thread Bruno Rocha
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 paolo.carucci...@gmail.com wrote: I wasn't able to find in the web, even in this group, a multiple files

Re: [web2py] Suggestions for multiple files upload in form

2011-10-27 Thread Ovidio Marinho
I got was this, it seems not to be carrying it. js http://www.diigo.com/item/image/1iw09/9pki Ovidio Marinho Falcao Neto Web Developer ovidio...@gmail.com ovidiomari...@itjp.net.br ITJP - itjp.net.br 83 8826