Webmaster Forum


Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 04-14-2012, 11:36 AM
Member
Latest Blog:
None

 
Join Date: 03-20-12
Posts: 32
iTrader: 0 / 0%
asp.net-C# how to remove the uploaded file in IIS server

Hi all,
How can i remove the uploaded file in IIS server through the web script(C# , asp.net). Can anyone give any function for that?
 
Reply With Quote
  #2 (permalink)  
Old 04-14-2012, 03:47 PM
Super Moderator
Latest Blog:
None

 
Join Date: 11-11-11
Location: Copenhagen, Denmark
Posts: 1,763
iTrader: 0 / 0%
Take a look at:
http://msdn.microsoft.com/en-us/libr...le.delete.aspx

You need to know where you uploaded the file to, then when you are finish working with the file, you should be able to delete it simply by using code like:
Code:
if (File.Exists(path)) { File.Delete(path); }
It uses the System.IO namespace.
__________________
Need a break? EnterCave more than 40000 online games in 15 categories.
Search or browse through EnterCave Online Games Directory
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply

Tags
asp


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i remove the robots.txt file from my blogsite? Kisor Blog Promotion 3 08-08-2009 04:48 PM
File Size is 0 when uploaded M5Love Dedicated Servers 3 11-01-2007 05:37 AM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 11:48 PM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.