On Fri, Apr 16, 2010 at 12:41 PM, Manokaran K <[email protected]> wrote:
>> To Upload files(through form submission) to backend server's script which
>> requires it as tis input files. The requirement is that once the form submit
>> button is clicked, the backend server's script supposed to get triggered to
>> execute itself so as to deliver its output using php and Javascript or any
>> other method.
>>
>
>
> When a form's submit button is clicked, the server side script specified by
> the 'action' attribute of your form gets invoked. What else do you want to
> do?

More details.

Create your html form using this:
http://www.tizag.com/htmlT/htmlupload.php

For action attribute set your server side script as value.

FORM action="http://somesite.com/prog/adduser"; method="post"

http://www.w3.org/TR/html401/interact/forms.html

Hope it answers your query.

மா சிவகுமார்
எல்லோரும் எல்லாமும் பெற வேண்டும்
http://masivakumar.blogspot.com
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to