Need an advice

Discussion in 'Site Programming, Development and Design' started by ClarkTorry, May 27, 2019.

  1. I need to understand the file system better. I have about 2000 images that will take up 350 - 400 MB. I wish to store them on the file system. Will they always be at the same place if my application is stopped and restarted? Will they be at the same place if the server crashes and comes back up? If so, where? How do I know where to find them? Will they be in the application domain base directory, or a subfolder if I created one? Thank you in advance.
     
  2. ComputerMan

    ComputerMan Winhost Staff

    Yes, because the file system is different from the process on the server. They are on the same server but just because the server goes down or crashes. Doesn't mean the files will go somewhere else. The files will remain in the same place where you put them (web deployed or FTP'd) to our server.
     

Share This Page