Show Image right after upload
Jamroom Developers
This might be doable, but it's a bit more work than it may seem. The problem is that until you submit the form, the item has NOT been created yet, so the image has no "id" and thus the image support module could not show it.
It would require a custom image display function be created that could display images from the temp uploads directory.
Sounds like a cool idea if done right.
Thanks!