I have some basic question about filetable.
How do I upload file from local to server(directly to filetable directory)? I have tried, but error 'access denied to xxx path' was popped up
When I try to insert filetable using sql command (BULK insert 'filestream'), it did say the path was not found.
What I have tried so far:
I have granted user from appPool permission to access filetable db (grant access filetable)
I have enable filestream remote access client in sql server config
I have set non-transactional setting in options tab in filetable db properties to 'full'
the error message when I'm using fileupload to move file from local to filetable directory on server
Access to the path '\\BHPREPOSRV\testSLA\LET THE MUSIC HEAL Y.mp3.jpg' is denied.
Please help me.
Thanks in advance.