Search found 82 matches

by vlad
Thu Jan 22, 2009 2:57 am
Forum: JFileUpload
Topic: Cookie issue
Replies: 2
Views: 6716

Re: Cookie issue

Could you try to pass PHPSESSION in URL instead ? That would be the partial solution that I'm using now. The problem is, some of the servers that I tried to deploy JFileUpload on, have PHP configured with "session.use_only_cookies" to "On", to increase the security. Also, a couple of servers requir...
by vlad
Thu Jan 22, 2009 2:45 am
Forum: JFileUpload
Topic: "HEAD" HTTP request
Replies: 3
Views: 8925

Re: "HEAD" HTTP request

I'm not using any of those parameters. After further investigation I found out that a HEAD request is also sent when "authentication" is "auto". It seems that you can choose between a HEAD or a GET request trough the use of undocumented parameter "httpauthmethod". Some people might find that useful....
by vlad
Tue Jan 20, 2009 8:42 pm
Forum: JFileUpload
Topic: Cookie issue
Replies: 2
Views: 6716

Cookie issue

I'm configuring the applet, trough the "cookiename" and "cookievalues" params, to include a cookie that preserves the PHP session. Everything works fine for the first uploaded file, however, on the second request the applet sends two "Cookie" headers, because the server sent a cookie back in the fir...
by vlad
Tue Jan 20, 2009 7:54 pm
Forum: JFileUpload
Topic: "HEAD" HTTP request
Replies: 3
Views: 8925

"HEAD" HTTP request

Is it possible to disable the HEAD HTTP request the applet is performing before POST-ing the file data, while not using file resuming or CRC verification?

This request is also performed every time a chunk of file is uploaded. I don't see any reason why it should do that.

Thanks,

Vlad
by vlad
Tue Jan 20, 2009 7:48 pm
Forum: JFileUpload
Topic: Cancel an upload with chunks files
Replies: 6
Views: 12315

Re: Cancel an upload with chunks files

Yes, I'm using the "onfly" "chunkmode" feature, I am not sure where the temporary pieces are stored and I didn't want the users to notice temporary files on their computers.
The "Cancel" button gets difficult to press when using a small chunk size over a fast connection.
by vlad
Thu Jan 15, 2009 1:44 pm
Forum: JFileUpload
Topic: Uploading Chinese filenames [Solved]
Replies: 8
Views: 21883

Re: Uploading Chinese filenames

It was a fonts issue. Thank you for your help!
by vlad
Thu Jan 15, 2009 1:07 pm
Forum: JFileUpload
Topic: Cancel an upload with chunks files
Replies: 6
Views: 12315

Re: Cancel an upload with chunks files

@skum3: You could also use JSAPI addon (http://www.jfileupload.com/products/tools/index.html), to have the JavaScript function "JSTransferCancelled" make a simple request to your server (Ajax or whatever), something like "http://www.yourserver.com/the-upload-script.php?action=clean_after_cancel". @s...
by vlad
Thu Jan 15, 2009 12:35 pm
Forum: JFileUpload
Topic: SSL issue [Solved]
Replies: 4
Views: 9689

Re: SSL issue

Thank you for the fast reply!

Does "WeakSSL2.2" work with "JFileUploadPremium2.3"?

P.S. I have manually imported the certificate in JRE and it works now. It's strange because the certificate is not a test one and works fine in all browsers.
by vlad
Thu Jan 15, 2009 1:42 am
Forum: JFileUpload
Topic: SSL issue [Solved]
Replies: 4
Views: 9689

SSL issue [Solved]

Hi, I'm trying to use JFileUpload over HTTPS, but I'm getting the following error: [ERROR] HTTPTransfer - javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: basic constraints check failed: pathLe...
by vlad
Wed Jan 07, 2009 11:26 am
Forum: JFileUpload
Topic: Uploading Chinese filenames [Solved]
Replies: 8
Views: 21883

Re: Uploading Chinese filenames

I'm using Java version: 1.6.0_07
So I have this text: "Drag files from your computer here \u5B57 \u4E2D" which displays like this:
screenshot.gif
(868 Bytes) Downloaded 225 times