How to add a local file in JSfiddle?

rash.tay picture rash.tay · Jan 10, 2014 · Viewed 19.3k times · Source

I did a Google search and couldn't find anything relevant to this topic. If I have a link

ex:

<a href="1.html">

in my HTML document then how to add 1.html to jsfiddle so that it can provide a link to the file..?? I know there is an external file tab in JSfiddle button but I guess it is for URL. Mine is a local file. Any help would be much appreciated.

I also know that we can upload anything to JSfiddle. Then how can apply my link or what service like postimg.org can I use to link my external file

Answer

vector picture vector · Jan 10, 2014

You could use orionhub.org to host your file, link to it from fiddle. On Orion, you'd have to create the project, add file to it, make the file visible to the external world as part of that project. It's a bit convoluted at first, but makes sense and you'll get used to it.

Detailed steps for making certain resource publicly available via Orion:

  1. Import/create a file
  2. Select View on Site via Open Related menu

enter image description here

  1. Add a site (if not exists) and copy the public link from View

enter image description here

UPDATE 2019/06/26 - codesandbox.io seems to allow file upload, but may not allow hotlinking to it. It might be time to move that altogether. (if the circumstances warrant, of course)