Re: Determine upload file type
[email protected] ("Owen")
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
> I need to write a cgi program to enable our users to upload files using the > web browser, but I am not sure how to figure out the type of file the user > wants to upload (e.g text or binary file). Can CGI.pm accomplish this automatically? > > Any suggestions welcome. > > Mimi > I suggest you go to cpan and get CGI-UploadEasy-0.11 (or read about it) Owen