It would be nice if the file access service allowed you get file metadata, like the last modified date.
Also, would like to be able to browse a directory programatically / watch a directory for changes.
It would be nice if the file access service allowed you get file metadata, like the last modified date.
Also, would like to be able to browse a directory programatically / watch a directory for changes.
As far as programatically browsing directories, that's a bit scary. We've been careful to only allow a page access to files that a user has selected, either by draging and dropping them onto a page, or by selecting them in a file browse dialog. The act of selecting a file from within the context of a page is what we consider to be "implicit consent".
Does that restriction make sense to you?
best,
lloyd
All of this is a bit scary :)lloyd