- Original Message -- From: Manokaran K <[email protected]> To: ILUG-C <[email protected]> Date: Fri, 16 Apr 2010 12:41:35 +0530 Subject: Re: Re: [Ilugc] to input files to another back end server sidescript On Fri, Apr 16, 2010 at 10:14 AM, Mahalingam Subramaniam <[email protected]>wrote: > Hi > Sorry, Let me explain it once again. > 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? regds, mano hello here things are little complicated. there are three components as follows. a. front end( any html, php) b. server side script with action attribute from front end (php) c. final target script on server (php) the files to be uploaded through (a). with the help of (b) should reach over to or become input to (c) and once the (C) recognise and accepts by validating the input files, it suppose to start execute its function so as to deliver its output as per the given input file. The event to trigger th eexecution of final target file should start once the form submit buttion is clicked. This is what the requirement. the complication involves in synchronizing first two with the third one. with thanks s.mahalingam
_______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
