flyPerl has asked for the wisdom of the Perl Monks concerning the following question:
I am working on a bioinformatics application using cgi-PERL, where I ask for two file as input and analyze two files to give ouput.
I used this to get the file path
print "<input name=t type=file />";
When I was running the application on localhost, its working fine. But it doesnot run on server. Can you please tell me what changes I have to make in my cgi-perl code so that it can analyze a file whose path is goven on the server.
I guess i need to upload the file first on server. I can't get the funda involved, I searched everywhr but cudn get it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Upload file (PDB format ) on server
by marto (Cardinal) on May 28, 2009 at 08:29 UTC | |
by flyPerl (Initiate) on May 28, 2009 at 09:40 UTC | |
by almut (Canon) on May 28, 2009 at 10:25 UTC | |
by Corion (Patriarch) on May 28, 2009 at 09:43 UTC | |
by flyPerl (Initiate) on May 28, 2009 at 10:20 UTC | |
by Corion (Patriarch) on May 28, 2009 at 10:27 UTC | |
by scorpio17 (Canon) on May 28, 2009 at 15:24 UTC | |
| |
|
Re: Upload file (PDB format ) on server
by Anonymous Monk on May 28, 2009 at 08:13 UTC |