Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Problem in Mozilla

Problem in Mozilla

Scheduled Pinned Locked Moved ASP.NET
helphtmlsysadmintutorial
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fasih1981
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups