Search found 2 matches

by jonasuk
Jan 25, 2008 5:34 pm
Forum: XUpload
Topic: input fields
Replies: 3
Views: 2871

Hi that is great, thanks :) Just one more question if I may .. I am trying to pass the result of $commentxy to a file for instance and the script halts at this point, the code i would have to do this is open filesp, ">$dir/test.txt" || die "cannot open file for reading: $!"; prin...
by jonasuk
Jan 22, 2008 1:09 pm
Forum: XUpload
Topic: input fields
Replies: 3
Views: 2871

input fields

Hi I would like to know how to extract different input fields that are sent from the upload_form.html page to upload.cgi I am a newbi to PERL although I know (from c programming in cgi) that I I must get the data from $string=$ENV('QUERY_STRING'); For instance I would like to read the input of the c...