Search found 1503 matches

by support
Sun Aug 24, 2014 12:31 pm
Forum: JFileUpload
Topic: Applet handlers not working in IIS7.5 Integrated mode
Replies: 1
Views: 10139

Re: Applet handlers not working in IIS7.5 Integrated mode

It looks the upload request is not accepted by the server. JFileUpload uses HEAD/POST (multipart) or PUT depending on how you configured it.
by support
Sun May 25, 2014 8:19 am
Forum: JFileUpload
Topic: Not saving files
Replies: 1
Views: 8468

Re: Not saving files

Which server-side script are you using? PHP?
by support
Thu May 08, 2014 1:08 pm
Forum: JS3Upload
Topic: Multipart not working with Mac osX Maverick
Replies: 3
Views: 19979

Re: Multipart not working with Mac osX Maverick

Multipart upload with resume support requires HTTP PUT and you've setup JS3Upload for HTTP POST, could you try to replace mode parameter from: jfileupload.transfer.client.s3.rest.POSTUploadTransfer by: jfileupload.transfer.client.s3.rest.PUTUploadTransfer as you can see under applet_s3_multipart.js ...
by support
Thu May 08, 2014 1:07 pm
Forum: JS3Upload
Topic: JS3Upload not creating original filesize.
Replies: 2
Views: 14231

Re: JS3Upload not creating original filesize.

Did you start from multipart sample provided with JS3Upload?
by support
Thu May 08, 2014 1:06 pm
Forum: JDiskExplorer
Topic: Date incorrect after upload
Replies: 1
Views: 15108

Re: Date incorrect after upload

And what happen if you do not modify this line?
Which PHP version do you have?
by support
Thu Apr 24, 2014 6:31 am
Forum: JImageUpload
Topic: Some issues
Replies: 4
Views: 19076

Re: Some issues

1.7.0_55?
by support
Thu Apr 24, 2014 6:31 am
Forum: JFileUpload
Topic: Upload large files failing
Replies: 1
Views: 8435

Re: Upload large files failing

Which server-side script are you using? PHP, JSP or ?
by support
Sun Apr 13, 2014 11:01 am
Forum: JImageUpload
Topic: Some issues
Replies: 4
Views: 19076

Re: Some issues

Are you under Windows or MacOSX?
by support
Sun Apr 13, 2014 11:00 am
Forum: JFileUpload
Topic: Problem with resume
Replies: 1
Views: 8556

Re: Problem with resume

Is resume enable in PHP script?
by support
Sun Apr 13, 2014 10:59 am
Forum: JFileUpload
Topic: Proxy authentication doesn't work
Replies: 1
Views: 7593

Re: Proxy authentication doesn't work

Could you check in Java Control Panel that Java is setup to use a proxy? If it is setup with "No Proxy" then it cannot detect it.