in reply to Re^3: Upload file (PDB format ) on server
in thread Upload file (PDB format ) on server
<form action=results.pl method=post>
<input name=t type=file />
<input type=submit name=t
value=Run />
Now the file whose path is passed to results.pl by the form above, is to be opened and analysed on server.
What to include in index.pl to open the file from client on the server?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Upload file (PDB format ) on server
by Corion (Patriarch) on May 28, 2009 at 10:27 UTC | |
|
Re^5: Upload file (PDB format ) on server
by scorpio17 (Canon) on May 28, 2009 at 15:24 UTC | |
by flyPerl (Initiate) on May 29, 2009 at 04:56 UTC |