What you trying to do excately? Upload from web2py forms to S3? Than you do:

easy_install pyfilesystem

>>> import fs.s3fs
>>> myfs = fs.s3fs.S3FS(bucket, prefix, aws_access_ke, aws_secret_key)
>>> db.define_table('test',Field('file','upload',uploadfs = myfs))


On Monday, 28 November 2016 00:58:32 UTC-6, Sharjeel Ali Shaukat wrote:
>
> Does anyone done work on fineuploaders3 with web2py need multipart upload 
> tutorial regarding that
> Please help
>

-- 
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/d/optout.

Reply via email to