Seems quite simple to select a file using webworks, what's not so simple is to select a folder, any one managed this?
|
You would need to zip the folder into a single file and then run webworks on it. As far as I know you can't run a webworks function on a folder. |
|||
|
|
|
I guess your answer is correct - you CANNOT select a folder using websworks, the method I used was to select a file in that folder, get that the location string of the file and remove the file name. Obviously, if you don't have a file in that folder, it doesn't work. Sucky, sucky. |
|||
|
|
|
It depends on the platform. There is a blackberry.io.dir API that's supported on OS 5/6/7 and PlayBook: https://developer.blackberry.com/html5/apis/blackberry.io.dir.html BlackBerry 10 and PlayBook also support the HTML5 FileReader API which can be used to get at directory info: https://developer.blackberry.com/html5/apis/directoryentry.html |
|||
|
|