Image-url trying to display an image outside of project it is possible..?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I'm integration new image slider plugin, but my image is outside of project. So how can i access that image.

It is possible to access and display image..?

Thanks, Kaushik.
5 years ago
You can direct store image path and use that path for image src
5 years ago
Hello,

you can get application root path by using HttpContextBase service.

string applicationPath = HttpContextBase.Request.ApplicationPath;
.

hope it would be helpful to you..!!
5 years ago
rajupaladiya wrote:
You can direct store image path and use that path for image src


Hi,

I think what Raju told you is much accurate as per your query.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.