0

I am new to Angularjs and I am working on a project that one of the feature is to display the files of a specific folder.

I don't know how to do it. I already searched a lot of things but I think my knowledge is not enough to understand such things. I want to display the files inside the folder (specifically image files) and display it on a div.

6
  • What type of data you have to show? Commented Feb 23, 2017 at 6:00
  • the actual image sir Commented Feb 23, 2017 at 6:01
  • Do you want directory files from client computer ? or from server ? Commented Feb 23, 2017 at 6:08
  • Perhaps this can help you out. stackoverflow.com/questions/35376879/… Commented Feb 23, 2017 at 6:21
  • You can't read a folder's content from client due to security reasons. The only way to work around is to use a plugin with elevated rights, or use a local server (node etc.) which can list the content and serve the list to the client. You can however multi-select files in a folder if that helps. Commented Feb 23, 2017 at 7:05

0

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.