Questions tagged [file-link]

31 questions
0
votes
1 answer

TYPO3 filelinks icon missing

In the CE filelinks with option set to "show fileicon" an icon ist shown but not specific to the content. It makes no difference if a .pdf or a .doc ist presented code for both is: .bootstrappackageicon-file::before { content: "\f105"; } link an…
Ralho
  • 11
  • 2
0
votes
0 answers

MIME checking is enabled

I have linked all Javascript files like this with HTML and all that is working, but when I started linking file 25, it is not getting linked and error is telling MIME checking is enabled. I tried everything but nothing is happening. Please give me a…
0
votes
2 answers

How to convert the file into link using c#

I need to convert files like pdf and word into links. Is it possible to convert files into attachments? If I click on the link, the file should be downloaded. I tried the below code for getting a link. But it could be opened on our computer only and…
0
votes
0 answers

Creating link to a file from html page when file name is not fixed

I am trying to create a link to file from html page but the problem is the file name is not gonna be same every time. For example the file name could be Filename_11.txt, Filename_12.txt, Filename_xx.txt etc. I have tried using * with the file name…
0
votes
0 answers

How to link a file in django-cms carousel slide?

I've created carousel in django-cms and need one slide to point to a file. Inside link settings there are external link, internal link, e-mail and phone number but no file link. Do you know how to do that?
0
votes
1 answer

Wordpress drops file prefix after update

TL;DR - why does Wordpress remove file:// from file links? Our intranet page has a section containing icons with links behind them. All of a sudden (our guess is after an update), one of the links stopped working. The link is as follows (1):
Joe
  • 33
  • 7
0
votes
2 answers

Access DB Report: clickable file location using a button

I am trying to write some some code for my button: "Open". If click, a file with that 'file address' will be automatically opened: I have the following VBA function that has the file location as an input string. My question is, how do I refer the…
Labra
  • 1
  • 2
0
votes
1 answer

Is it possible to link files in two different add-on domains' folders together?

Is it possible to link files in two different add-on domains' folders together? public_html/a //wordpress installation - domain appointed public_html/b //custom cms installation - domain appointed I have a file stored in folder b which I want to…
stack kid
  • 117
  • 2
  • 12
0
votes
1 answer

Git: can I get git to store contents of a link create with ln?

Let's consider we have a file f somewhere on the disk: /path/to/f Since f is not inside my git repository (and has to remain at it's original position) I would like to create a link in my git repository, so that I do not have to manually copy…
daniel451
  • 10,626
  • 19
  • 67
  • 125
0
votes
1 answer

FAL file title won't show in front-end with file collection "folder from Storage"

. Hello it's hard to explain ... If you're using TYPO3 7.6 (w. fluid styled content) with the module "file links", you can upload single files, but you can also work with the "file collection" to organize your downloads in a sys-folder. There're…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
1 answer

Why would my server not properly link to only one file on the server, but fine on all the others?

I originally posted this question on the code review forum, but was directed back to StackOverflow. One contributor said that it was a problem with my Apache/server setup, but why only is one .js file affected? Problem described here: I am a bit of…
brian-welch
  • 441
  • 1
  • 7
  • 19
0
votes
1 answer

Possible to create a "linked" copy of a project in Visual Studio?

I'm wondering if there is an easy way to create a "linked" copy of a project in Visual Studio 2010 or 2012. What I mean is, I already have my C# library project with all of my files in it (used to create TFS Checkin Policies for VS 2010). Now in…
deadlydog
  • 22,611
  • 14
  • 112
  • 118
-1
votes
2 answers

My Visual- Code-Editor is not showing the included CSS in the Live preview

I just reinstalled windows on my computer. The problem here is that when I was using the visual code editor before reinstalling windows with the live preview extension and it ran perfectly, but now after I installed windows the VC do not give me…
-1
votes
1 answer

Display a file path as hyperlink from archive after jenkins build

I have a pipeline job in Jenkins. Once it finishes , it archives some files. I need to display a particular file from the archived folder. Example file is D:/1234/errorLog.txt If job is failed , this path should be provided in the email. How can I…
-1
votes
1 answer

CSS file linking issue

Why is my CSS file not linked when the HTML file is inside a folder within the folder that contains both folders? I tried deleting the main folder address from the link and it still persists. https://i.stack.imgur.com/Q1mWA.jpg *The CSS file is OK…