|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
I want the user to be able to upload files to my site. I know how to make the input field to allow the user to browse for the file but don't know how to actually load it into a directory.
What CGI do I need to write to do this?? Is there someting in the CGI.pm library to do this?? |
|
#2
|
|||
|
|||
|
there sure is: perldoc CGI
print $query->filefield(-name=>'uploaded_file', -default=>'starting value', -size=>50, -maxlength=>80); print $query->filefield 'uploaded_file','starting value',50,80); |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Trying to upload files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|