Page 1 of 1

Problem With Uploading Files

Posted: 2016-07-13 18:08
by dorains
I upload the files to my server. After I upload, Filezilla says that the upload has been successful. But when I open the website, the files do not show up. What am I doing wrong? Thanks so much for your help.

Re: Problem With Uploading Files

Posted: 2016-07-13 21:01
by boco
Uploaded to the correct directory (web root)?
Index document has correct name (index.html, sometimes default.html)?


Can be many things. You'd need to give a little more information (error messages etc.).

Re: Problem With Uploading Files

Posted: 2016-10-28 16:52
by spanishflea
You'll have to be more specific about what kind of files you're trying to view. Are they images displayed with html? I was having this issue just yesterday and couldn't figure out what was wrong, as some images were showing up and others were not. All of my images had uploaded successfully but I was getting a 404 error on the 2nd row of images. Upon inspection of the paths I had set for the non working images, I noticed I had <img src = "images/catalogs/fileName.png"> but my folder was "Images" with a capital I. I changed the paths and that fixed the problem. Hope this helps.