Search found 3 matches

by wavedave
Oct 06, 2006 10:28 am
Forum: XUpload
Topic: post variables not displayed in post.cgi
Replies: 3
Views: 5550

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',
by wavedave
Oct 06, 2006 5:04 am
Forum: XUpload
Topic: post variables not displayed in post.cgi
Replies: 3
Views: 5550

post variables not displayed in post.cgi

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...
by wavedave
Oct 06, 2006 4:48 am
Forum: XUpload
Topic: error "Not enough arguments for mkdir"
Replies: 3
Views: 8295

error "Not enough arguments for mkdir"

My uploads were failing in XUpload Pro but there wasn't enough information in my error logs to identify the problem. Here's how I fixed it: First, I enabled warnings by adding "-w" to the end of the first line in all of the *.cgi scripts, like this: before: #!/usr/bin/perl after: #!/usr/bi...