User Profile

Collapse

Profile Sidebar

Collapse
mopiforu
mopiforu
Last Activity: Feb 21 '08, 11:25 AM
Joined: Dec 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mopiforu
    started a topic download a file from web page

    download a file from web page

    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.
    See more | Go to post

  • mopiforu
    started a topic creating unique job id's for cgi script
    in Perl

    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...
    See more | Go to post

  • mopiforu
    replied to Problem in CGI script
    in Perl
    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.
    See more | Go to post

    Leave a comment:


  • mopiforu
    started a topic Problem in CGI script
    in Perl

    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");
    ...
    See more | Go to post

  • mopiforu
    started a topic Executing C++ compiled code in perl
    in Perl

    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.
    See more | Go to post
No activity results to display
Show More
Working...