I have "url_post" set to "post.cgi" in XUploadConfig.pm (pro v.2.2)
My upload and the redirection works, but the post.cgi page is blank.
All of the variables are listed in my email notice. How can I get them
to be displayed by post.cgi?
Note: I'm using an older version of Perl: 5.00503
I'd be grateful to anyone who might be able to assist me. Thank you.
XUpload - post variables not displayed in post.cgi
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Thanks for the reply, but it's in the right place:
Code: Select all
# URL to send all input values from upload page
url_post => 'http://mysite.com/uploader/post.cgi',
# The link to redirect after complete upload
redirect_link => 'http://mysite.com/uploader',
I was able to pull the following information from post.cgi.
Content-type: text/html att_original:Uniden.txt
att:Uniden7.txt:
att_status:OK. renamed to:Uniden7.txt
title:
problem:
solution:
category:Active Directory
keywords:
MAX_FILE_SIZE:8000000
popup:on
aid:3
submit1:Submit/Save
css_name:
tmpl_name:
target_dir:/var/www/htdocs/testkb/uploads
I am using php, and I try to pull the filename by using
$att = $_POST['att'];
but I get nothing. If i set it to 'att_original' or 'att_status' I get the values above. Any ideas?
* XUpload 2.6 Free
* IE
* Linux
Content-type: text/html att_original:Uniden.txt
att:Uniden7.txt:
att_status:OK. renamed to:Uniden7.txt
title:
problem:
solution:
category:Active Directory
keywords:
MAX_FILE_SIZE:8000000
popup:on
aid:3
submit1:Submit/Save
css_name:
tmpl_name:
target_dir:/var/www/htdocs/testkb/uploads
I am using php, and I try to pull the filename by using
$att = $_POST['att'];
but I get nothing. If i set it to 'att_original' or 'att_status' I get the values above. Any ideas?
* XUpload 2.6 Free
* IE
* Linux