JS3Upload not creating original filesize.

Amazon S3 upload add-on.
Post Reply
t.montour
Posts: 7
Joined: Fri Apr 25, 2014 9:34 pm

JS3Upload not creating original filesize.

Post by t.montour »

We were rebuilding our media upload page which use to upload to our servers and switching it to upload directly to S3.

on the PC testing the code JS3Upload works as intended and uploads the 32mb file with 7 chunks and combines them back together to the 32mb file.

While testing on the mac it creates the 7 chunks but after saying it was successful the file on S3 is about 1.1 mb only and not the original 32mb.

did I miss something for the mac to be able to work?

Thanks in Advance for any help.
Troy

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: JS3Upload not creating original filesize.

Post by support »

Did you start from multipart sample provided with JS3Upload?

t.montour
Posts: 7
Joined: Fri Apr 25, 2014 9:34 pm

Re: JS3Upload not creating original filesize.

Post by t.montour »

Fixed thanks

Post Reply