Have a problem in Mozilla
-
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