I know it’s a weird question but I uploaded my quotes site right. Well quote 13 is a png file instead of a jpeg. That’s the only difference I can determine. It will not display in the web browser. It won’t even register that it’s on the network, thus the link appears broken. But it will download as a file. So I’m not sure if this is a SAFE problem or a firefox problem or what. Here’s my site if you want to take a look.
quotes.blindsite.safenet
1 Like
I have been able to upload png files.
1 Like
I can upload it fine, I just can’t view it via the browser so it’s no showing up on the website. I’m not sure if this is a firefox problem or a SAFE problem. Like I was wondering if the file had been uploaded so I went into the edit files to check, yeah it’s there, it’s named correctly, I can download it direct from the demo app. But when I try to view it on the web browser it doesn’t show up.
Edit: Gah found the problem. My fault. Didn’t change the file extension in the code. It was the one png in the list. Grrrr
1 Like
I’m trying to view one of your uploaded pics directly in firefox and taking a minute, but looking at your code it seems should actually be …src="/pics/quotes…
Also, just double checking, do you have the supporting js scripts also available?
1 Like
Hven’t coded any js for the site but might in future. And just fixed the problem. It was a missing png exention in the code. I mislabeled the file as jpg instead of png so the web browser was getting confused. That’s what comes of copy/pasting your code to save time. But you’re right the same thing might happen if I were to write a js for the site. was thinking about that to also save time if the site grows bigger.