/
Image Handling in Forms

Image Handling in Forms

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/47997bf7df91847b#

I'm working on inlink suggest form, and I'm adding a js resize system. I can't use  the standard file input, because it accepts only local files path, while the image will be already present on the server in a temporary directory.

I saw we have an hidden input named "<inp2:{$prefix}_InputName field="$field"/>[upload]" with comes along with the standard file input, may this could be the beginning of my solution?