Delete data from web server
-
Is any one know how to delete file or data from web server?
-
Is any one know how to delete file or data from web server?
-
Just select it and press delete. As that answer is ridiculously simple, I guess that there is something that you haven't told us. Is there some special way that you want do delete something? --- b { font-weight: normal; }
:D Actually what i mean that when i click on button 'Delete', it will automatic delete the file as i selected in webserver. I have my images to store in webserver. When i click on the specify button on the image, then the image wil automatic delete. I don't want to open my webserver and just click delete. I wantt o delete it at my application.
-
:D Actually what i mean that when i click on button 'Delete', it will automatic delete the file as i selected in webserver. I have my images to store in webserver. When i click on the specify button on the image, then the image wil automatic delete. I don't want to open my webserver and just click delete. I wantt o delete it at my application.
-
System.IO.File.Delete() That is if you also have persmissions to delete such a file 1 line of code equals many bugs. So don't write any!!
oh thanks