NinjaTurtle
05-13-2006, 11:17 AM
Hi,
I want to let users to Browse & Select a local folder thru their own PC, something like Browse(<Input type="file".... >), but Browse is to select a file and not a folder.
Why i have to do that is, i have a system to let user download files, instead of everytime user have to choose the folder path to save those files, i wish(must) to let user to choose a local drive & folder to store, eg: C:\UserDefinedFolder, E:\AnotherUserDefinedFolder.... so i will save the path they select in to DB (instead of just manual enter the path, prefer to let them select so will cause less human error) so next time they press a button the file will automatically download/write to their folder, dun worry about the security...
how to do that????
I want to let users to Browse & Select a local folder thru their own PC, something like Browse(<Input type="file".... >), but Browse is to select a file and not a folder.
Why i have to do that is, i have a system to let user download files, instead of everytime user have to choose the folder path to save those files, i wish(must) to let user to choose a local drive & folder to store, eg: C:\UserDefinedFolder, E:\AnotherUserDefinedFolder.... so i will save the path they select in to DB (instead of just manual enter the path, prefer to let them select so will cause less human error) so next time they press a button the file will automatically download/write to their folder, dun worry about the security...
how to do that????