Problem in Mozilla
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Dear Concerned, I have a problem while running my project in Mozilla. The problem is when I select the file by using input file control of HTML 7 I press the save button,then my program is unable to get the selected file from the file control. I want to save the selected file in a new folder/directory in my current project directory.Directory to save file is "temp_images". The error comes : Could not find the file "C:\WINNT\system32\btn_tell0.gif" My code to copy the file is as follows:
string temp\_file = date+"\_"+time; string newfile = temp\_file.ToString()+FileExtension; System.IO.File.Copy(path\_from,Server.MapPath (@"PhotoGalleryComponent\\temp\_images\\"+newfile));
Please guide me in the form of code to get the selected file & save in a new directory for mizilla. Thanks Fasih
fasih_is_my_signature