Can't access the link to a local file with expressjs
up vote
0
down vote
favorite
I am coding a youtube video downloader client with a package from npm so I can download the file to localhost but I can't access the link to it when i try to download it with the client
Here is a link to the project am coding on GitHub
node.js express youtube
add a comment |
up vote
0
down vote
favorite
I am coding a youtube video downloader client with a package from npm so I can download the file to localhost but I can't access the link to it when i try to download it with the client
Here is a link to the project am coding on GitHub
node.js express youtube
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am coding a youtube video downloader client with a package from npm so I can download the file to localhost but I can't access the link to it when i try to download it with the client
Here is a link to the project am coding on GitHub
node.js express youtube
I am coding a youtube video downloader client with a package from npm so I can download the file to localhost but I can't access the link to it when i try to download it with the client
Here is a link to the project am coding on GitHub
node.js express youtube
node.js express youtube
asked Nov 19 at 17:11
nazimboudeffa
17312
17312
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
views/downloads/
locations doesn't exists. Create a directory inside views folder
Thank you @raunik it was the first thing i thought it was the proble so i've created one on the server and also declared theapp.use(express.static('views/downloads'));
as you can see on the repo
– nazimboudeffa
Nov 19 at 21:24
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
views/downloads/
locations doesn't exists. Create a directory inside views folder
Thank you @raunik it was the first thing i thought it was the proble so i've created one on the server and also declared theapp.use(express.static('views/downloads'));
as you can see on the repo
– nazimboudeffa
Nov 19 at 21:24
add a comment |
up vote
0
down vote
views/downloads/
locations doesn't exists. Create a directory inside views folder
Thank you @raunik it was the first thing i thought it was the proble so i've created one on the server and also declared theapp.use(express.static('views/downloads'));
as you can see on the repo
– nazimboudeffa
Nov 19 at 21:24
add a comment |
up vote
0
down vote
up vote
0
down vote
views/downloads/
locations doesn't exists. Create a directory inside views folder
views/downloads/
locations doesn't exists. Create a directory inside views folder
answered Nov 19 at 18:23
Raunik Singh
714
714
Thank you @raunik it was the first thing i thought it was the proble so i've created one on the server and also declared theapp.use(express.static('views/downloads'));
as you can see on the repo
– nazimboudeffa
Nov 19 at 21:24
add a comment |
Thank you @raunik it was the first thing i thought it was the proble so i've created one on the server and also declared theapp.use(express.static('views/downloads'));
as you can see on the repo
– nazimboudeffa
Nov 19 at 21:24
Thank you @raunik it was the first thing i thought it was the proble so i've created one on the server and also declared the
app.use(express.static('views/downloads'));
as you can see on the repo– nazimboudeffa
Nov 19 at 21:24
Thank you @raunik it was the first thing i thought it was the proble so i've created one on the server and also declared the
app.use(express.static('views/downloads'));
as you can see on the repo– nazimboudeffa
Nov 19 at 21:24
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53379598%2fcant-access-the-link-to-a-local-file-with-expressjs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown