On the same asp.net page, each time I click the file select button it opens my computer's documents folder. After uploading one file which is in a different directory on my computer and trying to upload another file the file select popup window again opens the documents folder. ın normal fileuploader it remembers the last directory where we select the file to be uploaded. How can we achieve this with ajax uploader? thanks
PS: I cannot use multiple file upload since with each upload file I am getting other post data from textboxes to process.