Search found 11 matches

by diendi
Mon May 13, 2013 9:27 am
Forum: JFileUpload
Topic: Applet window to the foreground
Replies: 6
Views: 18497

Re: Applet window to the foreground

Yes exactly.
by diendi
Tue Mar 19, 2013 2:26 pm
Forum: JFileUpload
Topic: Applet window to the foreground
Replies: 6
Views: 18497

Applet window to the foreground

Hi, When a user uploads a directory of several files, what is the way to prevent the browser (Firefox) containing the applet is found in the foreground at the beginning of each file transfers. This is indeed difficult for the user when navigating in Firefox when transferring a directory. Regards, Ja...
by diendi
Fri Oct 16, 2009 7:44 am
Forum: JFileUpload
Topic: 'checksum' parameter
Replies: 5
Views: 8943

Re: 'checksum' parameter

Ok thanks I send email to the support but what means "HEAD is issued if "resume" or "overwrite" or "checksum" is enabled." ? (viewtopic.php?f=2&t=183&p=785&hilit=checksum+head#p785).

Thanks.
Nicolas
by diendi
Fri Oct 16, 2009 7:34 am
Forum: JFileUpload
Topic: JSAPI and setRegularParameter
Replies: 10
Views: 16887

Re: JSAPI and setRegularParameter

Yes exactly.
by diendi
Thu Oct 15, 2009 2:29 pm
Forum: JFileUpload
Topic: 'checksum' parameter
Replies: 5
Views: 8943

Re: 'checksum' parameter

Yes! is it possible ?
by diendi
Thu Oct 15, 2009 2:27 pm
Forum: JFileUpload
Topic: JSAPI and setRegularParameter
Replies: 10
Views: 16887

Re: JSAPI and setRegularParameter

Because I allow the user to select the compression process (one file or not) before upload so when the applet is loaded.
by diendi
Wed Oct 14, 2009 12:00 pm
Forum: JFileUpload
Topic: 'checksum' parameter
Replies: 5
Views: 8943

'checksum' parameter

Hi, I have a problem with the regular-parameter 'checksum'. Indeed, when I have <PARAM NAME="checksum" VALUE="md5">, I receive the value in the http PUT header (I use http PUT method) but not in http HEAD header (resume=true). I made some tests with and without parameter 'resume=true', using http PO...
by diendi
Wed Oct 14, 2009 10:12 am
Forum: JFileUpload
Topic: JSAPI and setRegularParameter
Replies: 10
Views: 16887

Re: JSAPI and setRegularParameter

Hi,

Ok for preprocessingfilter extra-parameter 'archivefullname', but it doesn't work apparently for regular-parameter 'preprocessingfilter' so I must reload the applet, what a pity !

Thanks for your response.

Nicolas
by diendi
Thu Oct 08, 2009 4:32 pm
Forum: JFileUpload
Topic: JSAPI and setRegularParameter
Replies: 10
Views: 16887

Re: JSAPI and setRegularParameter

Hi,

I can set the archive name on my server-side script so I did not try for archivefullname parameter.

For preprocessingfilter parameter I used 'setRegularParameter' JS function but without success, can I do have to reload the applet obligatorily to modify this parameter ?

Thanks.
Nicolas
by diendi
Tue Oct 06, 2009 9:28 am
Forum: JFileUpload
Topic: JSAPI and setRegularParameter
Replies: 10
Views: 16887

Re: JSAPI and setRegularParameter

Yes, also for the preprocessingfilter extra-parameter 'archivefullname', is it possible ?