in reply to Perl Upload with JQuery
What happened when you tried it? What does your webservers error log say?
my $UPLOAD_FH = $form->upload("uploadfile");
You don't have a field named uploadfile on the form. Perhaps go back to basics and read Ovid's CGI Course.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Upload with JQuery
by Anonymous Monk on Dec 08, 2010 at 15:22 UTC | |
by marto (Cardinal) on Dec 08, 2010 at 15:30 UTC | |
|