Determine upload file type

2008-06-20 Thread Mimi Cafe
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

Re: Determine upload file type

2008-06-20 Thread Owen
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

Re: Determine upload file type

2008-06-20 Thread Beginner
On 20 Jun 2008 at 11:43, Mimi Cafe wrote: 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

Re: Determine upload file type

2008-06-20 Thread Gunnar Hjalmarsson
Mimi Cafe wrote: I need to write a cgi program to enable our users to upload files using the web browser, Okay. As Owen mentioned, the module CGI::UploadEasy may be helpful. 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