Search found 4 matches
- Jul 03, 2008 3:38 am
- Forum: XUpload
- Topic: Post Output to ASP file?
- Replies: 5
- Views: 4531
- Jun 20, 2008 7:53 pm
- Forum: XUpload
- Topic: Post Output to ASP file?
- Replies: 5
- Views: 4531
I am making progress and appreciate your help. VB requires a name of the post request field. I looked in the upload.cgi file and found the name of the field listed as: $_\[] Here is the code: for my $f (@files) { my @file_fields = qw(file_name file_name_orig file_status file_size file_descr file_mim...
- Jun 18, 2008 11:30 pm
- Forum: XUpload
- Topic: Post Output to ASP file?
- Replies: 5
- Views: 4531
- Jun 17, 2008 9:54 pm
- Forum: XUpload
- Topic: Post Output to ASP file?
- Replies: 5
- Views: 4531
Post Output to ASP file?
XUpload Pro
I know that I can redirect after download to another file. Can I redirect to an ASP file and have the post output array be captured by vbscript response.form or response("Filename") etc.?
I have attempted to do this for a while however it doesnt seem to allow for this.
Thanks.
I know that I can redirect after download to another file. Can I redirect to an ASP file and have the post output array be captured by vbscript response.form or response("Filename") etc.?
I have attempted to do this for a while however it doesnt seem to allow for this.
Thanks.