Just now learning Browser plus for an ExtJS.com blog post. I think it would be nice to be able to write files on the disk where the user has given BP permission to write.
Thanks,
-Jay
Just now learning Browser plus for an ExtJS.com blog post. I think it would be nice to be able to write files on the disk where the user has given BP permission to write.
Thanks,
-Jay
Hi Steve,
My first kneejerk reaction was to provide ability to write cropped images to disk. The photodrop demo allows the ability to read the images, crop and upload. But what if one wanted to save the changes to the local disk? :)Steve
Good idea and in theory, something like that may be possible right now. We haven't tried yet, but a scenario like this may be possible:
- Image Alter provides a local URL that points to the modified image
- Stuff above URL in "iframe src=url width=0 height=0" tag
- In theory, browser automatically pops up save as dialog from iframe, and user saves file
- ... Can iframe be forced to pop up save as dialog, or is it going to want to display image. Don't know. But I know you can put *.exe type files in iframe and it'd work that way. This may be worth testing :)-Jay