cziort, nu nie mozet bit takogo
my teory of this what i want is next,
1) in the javascript i write the path for instance C:\test\
in my C:\test\ directory are more than one thousand files
next my javascript must read this directory and make dynamically something like this
<form>
<input type=text name='file_1' value='c:\test\file_1'>
<input type=text name='file_2' value='c:\test\file_2'>
<input type=text name='file_3' value='c:\test\file_3'>
</form>
step two is: now i submit this form and my php script start copy all files to my specified dir on the server and now question
HOW CAN JAVASCRIPT READ SPECIFIED DIR ( READ ALL FILES FROM THIS DIR)