hey im trying to find a decent image upload preview and resize (for images that dont fit the placed view format) ive looked all over the web and ive had no luck and ideas?
image upload preview and resize
Collapse
X
-
Have you considered creating such a thing yourself?
It looks like the majority of what you want to accomplish can be done using the Image class. As for uploading...wel l I guess that would depend on what kind of application you're developing.
-Frinny -
What kind of application are you developing?
Is it JSP? If so you could use the HTML input type=file which will work in both IE and FireFox (and other browsers too).
-FrinnyComment
Comment