Forum: ASP May 15th, 2006 |
| Replies: 4 Views: 2,416 |
Forum: ASP May 15th, 2006 |
| Replies: 5 Views: 1,775 Re: ASP: Deleting a file <%
dim FileName,FS1
FileName=Server.MapPath("<FolderName/Filename>")
Set FS1 = CreateObject("Scripting.FileSystemObject")
FS1.DeleteFile FileName
%>
For deleting the file, give ur... |
Forum: ASP May 9th, 2006 |
| Replies: 2 Views: 2,915 Re: Uploading images on a server This is one of my page that i used for Image uploading to server..if u want more details u contact me on the Mail : radha_992@yahoo.co.in
<%
'Stores files to the clients specified destination... |
Forum: ASP May 9th, 2006 |
| Replies: 2 Views: 2,915 Re: Uploading images on a server 0 then 'Destination is specified. check its validity. ''''' fDestination = clng(fDestination) ''''' if fDestination>=0 and fDestination0 then if len(DestinationPath) > 0 then Form.Files.Save... |
Forum: ASP May 9th, 2006 |
| Replies: 5 Views: 6,970 |
Forum: Community Introductions May 9th, 2006 |
| Replies: 1 Views: 3,898 How to connect ASP with sql server ? Hai I m Radha working as a Programmer. I hv done many sites using Access as backend...i wish to try one with SQL Server..so can anyone send the connection Program for ASP with sql server !! |