Munir Ahmed wrote:Hi....
I m facing a problem ,
I want the user to upload a file from his system , once he selects the particular file the file must be uploaded and the file in client system should get deleted.
I need it urgently , how could i achieve this...
Thanks in advance
Do you mean that the server should delete a file on the client. That would be very insecure as then, the server can delete any file on its client. I think
you should consider writing client side code for the client to upload the file to the server and then delete it.