BullGuard Antivirus Sale - 60% Off with openElement !
Forum Home Forum Home >

openElement

> Websites Created with OpenElement
  New Posts New Posts RSS Feed - Loading issue with image / file link
  FAQ FAQ  Forum Search   Register Register  Login Login

Loading issue with image / file link

 Post Reply Post Reply
Author
Message
Frank View Drop Down
Newbie
Newbie


Joined: Jan 07 2017
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Frank Quote  Post ReplyReply Direct Link To This Post Topic: Loading issue with image / file link
    Posted: Jan 09 2017 at 9:54pm
Hi,

I'm trying to make drawings .dwg and .dfx available with an image link or file link download. All the files connected proper with the program but as soon as I try to run this on the local server or live the files are not available. I tried these links as well with .pdf and it works.Any ideas?

Thanks
Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (1) Thanks(1)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 09 2017 at 10:04pm
Hi,

You should sometimes manually upload files; check the contents on your local server or online to see if they are there (I think not), then use FileZilla or other tool to upload them where necessary.
Back to Top
Frank View Drop Down
Newbie
Newbie


Joined: Jan 07 2017
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Frank Quote  Post ReplyReply Direct Link To This Post Posted: Jan 10 2017 at 3:03pm
Hi,
Did the manual upload, all files are there. Extensions are lower cases.
No spaces in the file name. Still have the same problem.
On the local server I get a 404 error "HttpServer.HttpException: Failed to find uri http://localhost:8087/Files/OTHER/UniversalScrew9.dwg" and on the live server "Not Found [CFN #0005]"
Here is the website link http://www.u2fasteners.com/Drawings.htm
Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (1) Thanks(1)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 10 2017 at 8:55pm
It's simple - you have typed /OTHER/ in uppercase. The following link works:

http://www.u2fasteners.com/Files/Other/UniversalScrew9.dwg
Back to Top
Frank View Drop Down
Newbie
Newbie


Joined: Jan 07 2017
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Frank Quote  Post ReplyReply Direct Link To This Post Posted: Jan 13 2017 at 2:40pm
Thanks this solved the problem.
One more question how can I get ride of the blue frame in the old internet explorer (edge, google chrome is fine) around linked images?
I tried to set border to zero and transparent but none worked.

Back to Top
Dmit OE View Drop Down
Admin Group
Admin Group


Joined: May 31 2012
Status: Offline
Points: 5283
Post Options Post Options   Thanks (0) Thanks(0)   Quote Dmit OE Quote  Post ReplyReply Direct Link To This Post Posted: Jan 13 2017 at 3:26pm
Add a Code Block (Source) type CSS:

a{
    outline: none !important;
 }
img {text-decoration: none; border: 0px; border-style:none;}

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.