Ask a Question related to PERL Modules, Design and Development.
-
lynn #1
CGI module and recovering a file transfered via a html form.
Hello,
I am new in handeling of html and cgi tranfert I am working with
unix macosx and I know that I manage to transfer from a html form a
simple txt file with <INPUT TYPE="file" NAME="SEQFILE"> to a cgi
script called X.cgi with <form ACTION="X.cgi" METHOD = POST
NAME="MainX" ENCTYPE= "multipart/form-data">
To obtain the name of the file in the X.cgi I manage to use CGI module
with $query= param->'SEQFILE' but how can I handle the all file in
this X.cgi.
My aim is to use it in a perl command in this script X.cgi as:
system (/usr/bin/perl, /bla/bli/blo/Y.pl, "the file text in SEQFILE",
other options to follow) to execute the Y.pl script with options as
the file...
Is it suffucient to explain my situation or do I have to be more
precise in the editions of the scripts to have some help?
Please, I really would like to learn and understand more about it...
LN
PS Have a nice WE!
lynn Guest
-
Recovering File When Contribute Crashes
Hi All I may be clutching at strwas as the saying goes. My Contribute 3 has just crashed as I made changes to a file on my website and went to... -
Pass URL Parameter from html form to flash form
In CF, I have a link to a form to update a students attendance; takeattendancehv1.cfm?StudentID=#allstudents.StudentID# . I'm using a flash form in... -
HTML <Href Link inside a form (HTML text box)
Hello, I am using a standard HTML Form to gather information from users and one of the elements within the form is a text box that users will paste... -
Best HTML Templating Module
Hello All, I'm writing a social networking CGI script, and it's reached the point where I should really separate the HTML from the logic. I've... -
attaching a file with information from a html form
Hi all, I still haven't had any success with this particular problem :o( Is it possible to attach a text file that includes the content of a... -
Gunnar Hjalmarsson #2
Re: CGI module and recovering a file transfered via a html form.
lynn wrote:
<snip>> To obtain the name of the file in the X.cgi I manage to use CGI
> module with $query= param->'SEQFILE' but how can I handle the all
> file in this X.cgi.
No.> Is it suffucient to explain my situation
Posting a simple script that shows us what you've got so far would> or do I have to be more precise in the editions of the scripts to
> have some help?
certainly increase your chances to get useful advise.
--
Gunnar Hjalmarsson
Email: [url]http://www.gunnar.cc/cgi-bin/contact.pl[/url]
Gunnar Hjalmarsson Guest



Reply With Quote

