5
Answers

File Exists using url

How to check file exists using url, normally we have to use file exists controller on server like
File.Exists()  its working but url path like http://localhost:8081/assets/photos/test.jpg is not working. Please anyone explain ASAP

Answers (5)