Search found 4 matches

by wiglaf
Jul 03, 2008 3:38 am
Forum: XUpload
Topic: Post Output to ASP file?
Replies: 5
Views: 4531

Does any know the name of the array the script posts?
by wiglaf
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...
by wiglaf
Jun 18, 2008 11:30 pm
Forum: XUpload
Topic: Post Output to ASP file?
Replies: 5
Views: 4531

Here is the sample code I am attempting to use: DIM rFileName, rFileNameOrg, rFileSize, rFileStatus, rFileDesc, rFileMime rFileName = request.form("file_name") rFileNameOrg = request.form("file_name_orig") rFileSize = request.form("file_size") rFileStatus = request.form...
by wiglaf
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.