Dear all,
I want to ask a question about upload files.
I use "ActiveXObject("Scripting.FileSystemObject")" obj to get local file dir structure, then I can got the paths of selected files by user, now i wanna know how can I use these paths (image, txt...) to upload the correspond files to the server?
It`s said File API of HTML5 can upload file, but cause some limitation i can`t use this.
Hope your replay...