| Default path for <input type=file. > as a Webdirectory
|
saideep2007

msg:3890371 | 5:05 am on Apr 11, 2009 (gmt 0) | How to set the default path for <input type=file... > as a Webdirectory (e.g./public_html/images/) Any Solutions to this Task is Gr8.
|
rocknbil

msg:3890585 | 3:50 pm on Apr 11, 2009 (gmt 0) | You can't get or set the value of the file input as a security restriction. If you could, it could lead to abuse of Javascript to read local file systems. The file input type only works for browsing the local computer of the client. Since the browser is on the client computer, it is "unaware" of the remote file system so it's impossible to browse the server. You would probably have to assemble some forms-based system that reads and outputs the remote file system and approach this through a variety of selection methods - a select list or checkboxes, for example.
|
saideep2007

msg:3891240 | 4:42 am on Apr 13, 2009 (gmt 0) | Thanks for Reply,rocknbil.But editors like FCk provides to browse the server too.How that happens?
|
|
|