Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Seems quite simple to select a file using webworks, what's not so simple is to select a folder, any one managed this?

share|improve this question

3 Answers

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.

share|improve this answer
up vote 0 down vote accepted

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.

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.