hi,
I have a Java Applet, in which I am writing the contents of a file to outputstream.
Now, on the server side I want to read the those contents and copy it using the same file name. How to do this? How to read the contents of the file from the stream? Also, how to get the file name?
Also, in the applet I have got several buttons - 'Upload', 'Delete', 'Add'.
When I click a particular button, I want to perform the corresponding action on the PHP script. i.e. When I press 'Upload' button, the PHP script which will read the file contents should executed. How to do this.
I am establishing the connection with the server using URLConnection.
waiting for the solution. Please help.
With Regards,
raghu.