We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi: How to get physical path of MediaField.Paths,please?
Can you provide PhysicalPath property of IMediaFileStore?
Thanks.
The text was updated successfully, but these errors were encountered:
How to obtain the value of non-public member _fileInfo,please?
Sorry, something went wrong.
I think for security purposes we don't expose the actual path. @errapp why do you need to access the physical file?
Hi hishamco: I want to download the file through coding. I'll read bytes from the physical file then return File(path) in the controller.
IMediaFileStore inherits from IFileStore which has GetFileStreamAsync(string path). That how you get the content.
IMediaFileStore
IFileStore
GetFileStreamAsync(string path)
No branches or pull requests
Hi:
How to get physical path of MediaField.Paths,please?
Can you provide PhysicalPath property of IMediaFileStore?
Thanks.
The text was updated successfully, but these errors were encountered: