1 Oct 2009 01:37
[web2py:31966] Re: Multiple file upload
I've also got a need to support uploading multiple files (perhaps hundreds at a time) and arranging for each of them to result in a new database record. What's the recommended way to do this? Thanks, Mike On Sep 13, 11:35 am, ab <adam.ba...@...> wrote: > This will require changes in this jquery plugin. > > Probably I will have to create few input fields with different name > for fileuploadinstead using this plugin. > > On Sep 13, 5:01 pm, mdipierro <mdipie...@...> wrote: > > > This may be an incorrect web2py behavior. > > > Would you be able touploadthem with different names instead of > > calling all of them images? > > > On Sep 13, 2:21 am, ab <adam.ba...@...> wrote: > > > > Hi > > > > I'm trying to implementmultiplefileuploadusing jQueryMultiple > > > FileUploadPluginhttp://www.fyneworks.com/jquery/multiple-file-upload/ > > > > Here is my form: > > > > <form method="post" enctype="multipart/form-data">(Continue reading)
RSS Feed