I am quickly running out of room ( 120 products - 500 mb nearly at the end of each) and I will have to somehow start storing my files remotely but no clue how to go about this. I run a blog store and currently I am not using a web hosting service. I just don't know where to start or which web servers/hosters are compatible ( or what is overkill for my needs) or even how to store the files once I get a plan started? My files are small ( 1 to 15 mb each) Oh I am lost...



Thank you for any help,

Tracey

  • created

    Sep '10
  • last reply

    Sep '10
  • 1

    reply

  • 1.1k

    views

  • 2

    users

  • 3

    links

Any regular Web site host that lets you upload files should work fine; we have a coupon code for Dreamhost on our Resources page:

1http://www.e-junkie.com/ej/resources.htm1



You would use an FTP program to upload your product files to your server. FireFTP is a nice Firefox extension that adds an FTP function to that browser:

https://addons.mozilla.org/en-US/firefox/addon/684/



Most Web hosts provide a special folder on the server that your Web site pages and any other Web-accessible files need to be uploaded into; this allows you to upload some files that would remain inaccessible via the Web by simply leaving them outside that special Web folder. That folder's name varies from one host to another (it might be "www", or "public_html", or may even match your domain name, or something else entirely), but for demonstration purposes, let's suppose that special folder's name is "webfolder"; if you upload a product file into this folder/subfolder location on the server:



/webfolder/subfoldername/filename.ext



...then this would be the Web-accessible URL of that file:



http://www.example.com/subfoldername/filename.ext



Note that since files need to be in /webfolder/ to be Web-accessible at all, that folder name isn't included in the URL itself, as it's implied by the fact you're using a Web URL to access the file.