How to access path of a folder instead of a file using Ext.form.field in extjs. Is it possible at all in extjs.
I can use the component above but its giving me only the file name without the path to the file.
Or should I use third party tools like jquery or maybe dynamic html/ plain js?
There’s no way to get any information on the client’s filesystem using a website, for security reasons. Nor Javascript, nor PHP…
Thus, you can’t get the path of a client’s file.
However, you can do it with a non-website application, installed on his computer.