@fabio using dropzone.js helps, it can upload in parallel many files using
the same SQLFORM, so it is not uploading in a single POST call, but many in
parallel: one for each uploaded file.
The best way to do it is to write a specific action that handles just the
file upload, independently from the rest of the form...
Parallel upload works correctly if you do not use a sqlite db since sqlite
by design does not allow concurrent transactions

2016-07-11 9:56 GMT+02:00 Fabio Ceccarani <fabio.ceccar...@gmail.com>:

> Thanks Massimo.
>
>
> Il giorno lunedì 11 luglio 2016 08:06:01 UTC+2, Massimo Di Pierro ha
> scritto:
>>
>> At this time there is not.
>>
>> On Friday, 8 July 2016 17:42:35 UTC-5, Fabio Ceccarani wrote:
>>>
>>> Thanks Ron.
>>> Thanks Massimo, I have 6 upload fields (img01, img02,...img06); there is
>>> way to use multiple upload with only one <input type="file" multiple> in a
>>> SQLFORM?
>>>
>>> Thanks
>>> Fabio
>>>
>>> Il giorno mercoledì 6 luglio 2016 09:45:53 UTC+2, Massimo Di Pierro ha
>>> scritto:
>>>>
>>>> Mind that with modern browsers (tested on chrome), dropzone is not
>>>> necessary as it is the default behavior. All you need to do is use CSS to
>>>> style the <input type="file"/> to make it clear to users they can drop
>>>> files there.
>>>>
>>>> On Tuesday, 5 July 2016 16:28:11 UTC-5, Fabio Ceccarani wrote:
>>>>>
>>>>> I'm trying with dropzone.js but I have some difficult to integrate it
>>>>> in sqlform. Someone has used it with sqlform?
>>>>> Thanks
>>>>> Fabio
>>>>
>>>> --
> 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 web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to