2

I have an angular application, this application works with a .net core api. The file upload process is uploaded to a file server over the selected files. However, it does not appear when I want to use this file on the front side.

I tried to send a request in the IP of the file server but it still didn't work.

simply

file server path like this

//acdc/queen$/my_directory/spesific_file_name.extention

When i called this path as below

<img src="//acdc/queen$/my_directory/spesific_file_name.extention" class="attahement__img" />

or

<a class="attahement__link" href="//acdc/queen$/my_directory/spesific_file_name.extention"><i class="far fa-file-word attahementlink"></i></a>

1 Answer 1

1

If you are using .net core on api side. You can serve static files as uploads that will be display with another folder or server

Serve static files on .net core 3.1

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.