if I have a file called “test document.doc”, I can retrieve it as test%20document.doc and if i wanna store it in an array, it will give me an error.. how can I retrieve the file name as is?
if I have a file called test document.doc, I can retrieve it as test%20document.doc
Share
You are storing the URL instead of the path.
it takes a path not a URL