hi everybody,
I have created a web page using perl cgi script,in which i need to upload a file from web server which could be downloaded by the end user if they click a button (form).
can anybody suggest me how to do that?
Mopi.
User Profile
Collapse
-
download a file from web page
-
creating unique job id's for cgi script
HI,
I am creating a web server in which user will upload a file, in my cgi script using the upload method i am getting the file handle and writing the file in my hard drive, later am using the written file to do some process (in which two other files will be created and the names of those files are hard coded) and will list the output for the end user.
my question is if i have released this server globally, i may get... -
that is a typo while copy and paste,
in my code i have only single slash anda ll the pragmas are at the top.,thats a bit of code not the full one. -
Problem in CGI script
hi,
I am trying to create a web application where i have a form to upload a file,which is then processed by a cgi script and gives me out the output,
here is the code which i use,
...Code:# Configuration my $EXECUTABLE_DIRECTORY = "/web_server/Test"; my $CREATE_DIRECTORY = "//web_server/Output"; my $cgi = CGI->new(); my $pdb_file = $cgi->param("upfile"); -
Executing C++ compiled code in perl
Hi all,
I have a Compiled code(C++) which has to be called in called in perl script to process fro it.
could anyone let me know how to execute a compiled code(C++) in perl .
thankyou,
Mopi.
No activity results to display
Show More
Leave a comment: