Search found 7 matches

by t.montour
Wed Mar 22, 2017 11:56 pm
Forum: JFileUpload
Topic: JfileUpload HTML5 version required
Replies: 3
Views: 22788

Re: JfileUpload HTML5 version required

nice wish you had it available already.
by t.montour
Wed Mar 22, 2017 10:58 pm
Forum: JFileUpload
Topic: JFileupload no longer working.
Replies: 1
Views: 11804

JFileupload no longer working.

So we are using JfileUpload with JIS3upload. We had 3.2 installed and had a user call in saying the uploader stopped working. So I asked which browser they were using and was told firefox, which was working fine but looks like Chrome and firefox do not like java any longer. So I tried to update to 3...
by t.montour
Wed Jun 04, 2014 7:26 pm
Forum: JS3Upload
Topic: JS3Upload not creating original filesize.
Replies: 2
Views: 13715

Re: JS3Upload not creating original filesize.

Fixed thanks
by t.montour
Wed Jun 04, 2014 7:23 pm
Forum: JS3Upload
Topic: S3 Mulitpart sample with JSAPI
Replies: 2
Views: 14154

Re: S3 Mulitpart sample with JSAPI

I know this is an old post but do you by chance have the s3_jsapi.zip file still. I'm having the same issue with the functions not being called after it finishs uploading.

but when I try to download the zip file it won't extract.
by t.montour
Wed Jun 04, 2014 7:20 pm
Forum: JS3Upload
Topic: Multipart not working with Mac osX Maverick
Replies: 3
Views: 19332

Re: Multipart not working with Mac osX Maverick

Fixed thanks for your help on this one
by t.montour
Mon Apr 28, 2014 10:18 pm
Forum: JS3Upload
Topic: Multipart not working with Mac osX Maverick
Replies: 3
Views: 19332

Multipart not working with Mac osX Maverick

I have all the code working for JS3Upload When I try it on pc it seems to work correctly 32mb file split into 7 chunks. when file is finished in my AWS bucket its 32mb but when I use the same code on the Mac and same file the end result is 1.2 mb which tells me its not re combining the file for some...
by t.montour
Fri Apr 25, 2014 9:44 pm
Forum: JS3Upload
Topic: JS3Upload not creating original filesize.
Replies: 2
Views: 13715

JS3Upload not creating original filesize.

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 ...