Munir Ahmed

Greenhorn
+ Follow
since Jan 23, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Munir Ahmed

Satya Maheshwari wrote:

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.




Thanks for your kind reply

how to write the client side code to upload and delete the file...
the main thing i need is after uploading the file to the server the file on the client machine should get deleted...
since i will supply the file again to the client...

15 years ago
JSP
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
15 years ago
JSP