Page 1 of 1

JS3Upload not creating original filesize.

Posted: Fri Apr 25, 2014 9:44 pm
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

Re: JS3Upload not creating original filesize.

Posted: Thu May 08, 2014 1:07 pm
by support
Did you start from multipart sample provided with JS3Upload?

Re: JS3Upload not creating original filesize.

Posted: Wed Jun 04, 2014 7:26 pm
by t.montour
Fixed thanks