i have uploaded some files in upload folder, now want to delete the files from that folder.
kindly help me..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj PandeyPosted Jun 19, 2013, 6:14 AM
using System.IO;
on button event write this code..
RIM SinghPosted Jun 19, 2013, 5:58 AM
but can you write the code here..i am new in asp.net.
Pankaj PandeyPosted Jun 19, 2013, 5:56 AM
add using System.IO;
and find the path and use Delete("your path"); .
if helpfull then mark as answered.