How to Set Up a Download Directory Using jQuery

How to Set Up a Download Directory Using jQuery

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?

  1.    <form>
        <input type="file" />
        </form>

Thanks