-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No ability to use local images #6
Comments
I think that you are using relative path, and appears that plugin requires specify absolute. check out this reference to try out create absolute path. |
Even though using File.GetFullPath(fileName) doesnt work with local files. |
Hi i fixed this issue |
Official PhotoBrowser For me the old official PhotoBrowser is working with local images like this:
PhotoBrowser_Edited.Forms The "PhotoBrowser_Edited.Forms" works with
Problems with PhotoBrowser_Edited.Forms And then at a point it stops working to load images at all, because it cannot create new ones. But it is not deleting the files afterwards, so I don't know if there would be a better solution. |
It seems I'm unable to use local images instead of web images, it only accepts absolute web path and I can't find any way to view Images stored in my project
The text was updated successfully, but these errors were encountered: