You'll need to do this yourself. Check out the jquery multi file upload plugin.
http://www.fyneworks.com/jquery/multiple-file-upload/ Kyle On Tue, Nov 4, 2008 at 1:35 PM, BearXu <[EMAIL PROTECTED]> wrote: > I mean can I choose more than one file and then click upload once? > Do I need to design the form for myself? > > 2008/11/4 mdipierro <[EMAIL PROTECTED]> > > >> I do not understand the question. >> >> On Nov 4, 3:16 pm, BearXu <[EMAIL PROTECTED]> wrote: >> > Will Web2py has multiple files uploading function inbox? >> > >> > 2008/11/4 Wes James <[EMAIL PROTECTED]> >> > >> > >> > >> > > On Tue, Nov 4, 2008 at 1:46 PM, mdipierro <[EMAIL PROTECTED]> >> wrote: >> > >> > > > If you have SQLField('doc','upload') than doc goes in the uploads >> > > > folder and the name (renamed) in the field. >> > >> > > > If you have SQLField('doc','upload',uploadfield='doc_data') and >> > > > SQLField('doc_data','blob',default='') then the uploaded file goes >> in >> > > > the database. >> > >> > > Massimo, thx. I'll try one of those. >> > >> > > -wj >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

