Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file management

Status
Not open for further replies.

rk68

Programmer
Jul 15, 2003
171
IN
Is it possible in Perl CGI, where a user has an option to copy some files on to the folder in server. I have a script which displays the photograph of employees against each employee ID. The path the image is set in DB2 database & the image is in a folder on Apache HTTp server. The user should be able to upload the gif files on this folder from client (local hard disk). Is there any script available ?
User should have the option of selecting the files & copy to option (like file management).

TIA
Raj

 
Have a look at the FAQ section here for uploading files

HTH
--Paul

cigless ...
 
Go to:
and select "Upload Lite" as the file you want to download.
It is a extremely easy to use upload script, and it is free. I have used it for the exzact same thing you are talking about, and didn't have to modify the script at all (Except for the user edits that select the server path etc.)

I have used it quite a bit so if you have any problems let me know. I have smashed my head into the computer many times because I forgot one thing. Make sure that in your form you put: enctype="multipart/form-data

like this:
<form action="upload.cgi" method="post" enctype="multipart/form-data">
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top