ears some similarity to peer to peer file sharing software. I would
> look there for ideas in case I got stuck with some problem.
>
> J
>
>
> --
> *From*: "Hansel Dunlop"
> *Sent*: 11 April 2017 11:22
> *To*: "UK Python Users"
gt; From: "Hansel Dunlop"
>
> Sent: 11 April 2017 11:22
>
> To: "UK Python Users"
>
> Subject: [python-uk] Handling large file uploads
>
>
>
> Hello all
>
>
> I'm working on an application that has to accept large
quot;
Sent: 11 April 2017 11:22
To: "UK Python Users"
Subject: [python-uk] Handling large file uploads
Hello all
I'm working on an application that has to accept large uploads. Think ~
2GB+ size files getting uploaded over slowish connections. These files are
ev
Hi Hansel,
Here's the documentation for browser-based POSTing using S3:
http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingHTTPPOST.html
If you want to implement chunking the file and stitching together yourself,
here's quite a nice JavaScript library to help with some of the heavy
lifting on th
> On 11 Apr 2017, at 11:21, Hansel Dunlop wrote:
>
> Hello all
>
> I'm working on an application that has to accept large uploads. Think ~ 2GB+
> size files getting uploaded over slowish connections. These files are
> eventually going to end up in S3.
>
> Uploading smallish files is not a pr
Hello all
I'm working on an application that has to accept large uploads. Think ~
2GB+ size files getting uploaded over slowish connections. These files are
eventually going to end up in S3.
Uploading smallish files is not a problem. But things get a bit complicated
when you're dealing with large