jQuery supports file select capability for uploading files (below code ) but I just wonder can we do something different to set a download directory/path to a specific folder by using the windows select folder box?
Hi jay, Thanks for your reply I am not doing this on client side! In fact it is the client which is choosing to download the file WHERE. For example in chrome and Mozilla clients have options to set the download directory am I still wrong?
Each person has to set their download preferences for themselves. Choosing a download directory for them would be a client-side operation and cannot be done with JavaScript or jQuery.
It wouldn't work, each user has to set preferences for downloaded files dependent on the browser that is being used. jQuery doesn't have any access to local file systems.