Search found 7 matches
- Aug 02, 2007 9:01 am
- Forum: XUpload
- Topic: Multiple selection using changed tiny2 form
- Replies: 6
- Views: 6407
- Aug 02, 2007 9:00 am
- Forum: XUpload
- Topic: Multiple selection using changed tiny2 form
- Replies: 6
- Views: 6407
It will work when redirect to an URL.
But when it has to be redirected to an address like this:
http://www.test.nl/cgi-bin/test.cgi?act ... ing&test=1
the part after the ? will be ignored!! It will redirect to:
http://www.test.nl/cgi-bin/test.cgi. How to fix that??
But when it has to be redirected to an address like this:
http://www.test.nl/cgi-bin/test.cgi?act ... ing&test=1
the part after the ? will be ignored!! It will redirect to:
http://www.test.nl/cgi-bin/test.cgi. How to fix that??
- Aug 01, 2007 8:40 am
- Forum: XUpload
- Topic: Multiple selection using changed tiny2 form
- Replies: 6
- Views: 6407
url_post
In the free version it was possible to add the url_post value to the form.
In the pro version the url_post value can be set in the settings file.
Is it possible to use/ set the url_post value in the uploading form.
My url_post value is dynamically!
Greetings
Michel
In the pro version the url_post value can be set in the settings file.
Is it possible to use/ set the url_post value in the uploading form.
My url_post value is dynamically!
Greetings
Michel
- Jul 31, 2007 3:16 pm
- Forum: XUpload
- Topic: Multiple selection using changed tiny2 form
- Replies: 6
- Views: 6407
Multiple selection using changed tiny2 form
I have been trying to use the code from tiny2 with upload form. It works like a charm. However I have Three questions: 1) How to make it selectable to show the uploading progress. I already added a checkbox Show progress. I know how to hide the progress part: Change: <div> <div id="progress_bar...