Search found 10 matches
- Feb 17, 2009 8:19 am
- Forum: XUpload
- Topic: [Xupload Pro] upload form in iframe doesn-t work with IE
- Replies: 3
- Views: 2866
- Feb 16, 2009 12:56 pm
- Forum: XUpload
- Topic: [Xupload Pro] upload form in iframe doesn-t work with IE
- Replies: 3
- Views: 2866
- Feb 16, 2009 12:41 pm
- Forum: XUpload
- Topic: Dynamic url_post??
- Replies: 2
- Views: 2617
1/ Replace in upload.cgi :
with
2/ Add a input hidden url_post in your form with absolute url
Code: Select all
my $url_post = $c->{url_post} || $ENV{HTTP_REFERER};
with
Code: Select all
my $url_post = $cg->param('url_post') || $c->{url_post} || $ENV{HTTP_REFERER};
2/ Add a input hidden url_post in your form with absolute url
- Feb 16, 2009 12:38 pm
- Forum: XUpload
- Topic: [Xupload Pro] upload form in iframe doesn-t work with IE
- Replies: 3
- Views: 2866
- Feb 16, 2009 12:37 pm
- Forum: XUpload
- Topic: [Xupload Pro] upload form in iframe doesn-t work with IE
- Replies: 3
- Views: 2866
[Xupload Pro] upload form in iframe doesn-t work with IE
Hello,
If i put the upload form in an inframe, the status bar does'nt work. (with Firefox, no problem).
Have yu an idea ?
Thanks.
If i put the upload form in an inframe, the status bar does'nt work. (with Firefox, no problem).
Have yu an idea ?
Thanks.
- Feb 11, 2009 9:14 am
- Forum: XUpload
- Topic: [Xupload 3.0] Where to specify the style in XUploadConfig.pm
- Replies: 1
- Views: 1950
[Xupload 3.0] Where to specify the style in XUploadConfig.pm
Hello,
I want to use a different style so in the upload form i have :
But i don't know where to specify this style in XUploadConfig.pm ?
Thank you.
I want to use a different style so in the upload form i have :
Code: Select all
<input type="hidden" name="css_name" value="pro1">
But i don't know where to specify this style in XUploadConfig.pm ?
Thank you.
- Feb 10, 2009 4:29 pm
- Forum: XUpload
- Topic: max_upload_files is not defined & ext_allowed is not def
- Replies: 1
- Views: 2111
- Feb 10, 2009 4:03 pm
- Forum: XUpload
- Topic: max_upload_files is not defined & ext_allowed is not def
- Replies: 1
- Views: 2111
max_upload_files is not defined & ext_allowed is not def
Hello, I bought XUpload Pro 3.0 but when i display the upload_form.html, i have the javascript error : "max_upload_files is not defined" When i select a file and submit the form, i have the javascript error : "ext_allowed is not defined" When i display in Firefox, upload.cgi?mode...
- Feb 06, 2009 3:51 pm
- Forum: XUpload
- Topic: [XUpload Pro 3.0] : doas the license works whith sub domains
- Replies: 2
- Views: 2308
Hello,
Thanks for your reply!!
Cool!
I have a last question :
3/ : does the licence work whith .net & .com ?
If i bought a licence for www.toto.com, does it works whith www.toto.net ?
Thanks for your reply!!
Cool!
I have a last question :
3/ : does the licence work whith .net & .com ?
If i bought a licence for www.toto.com, does it works whith www.toto.net ?
- Feb 06, 2009 1:04 pm
- Forum: XUpload
- Topic: [XUpload Pro 3.0] : doas the license works whith sub domains
- Replies: 2
- Views: 2308
[XUpload Pro 3.0] : doas the license works whith sub domains
Hello, I have two questions about the XUpload Pro 3.0 licence : 1/ Does the licence for XUpload Pro 3.0 works for the sub-domains of my site ? Exemple : If i bought a licence for http://www.toto.com, does it works whith http://www.titi.toto.com ? 2/ : does the licence work whith http & https ? I...