Mar 28th, 2010, 4:30 PM
Hi Jaace,
Unfortunately not... at least, not without a lot of customization. Form submissions that contain a file are sort of "one shot deals". From a server-side perspective, you have access to that uploaded file at that one time only. You can't access the uploaded file on the subsequent form submit - this is forbidden, mostly for security reasons.
But this is very reasonable request. I've logged it as a bug, here:
http://bugs.formtools.org/index.php?cmd=view&id=211
To be perfectly honest, I'm not sure how to elegantly solve it. I think it may need a custom function added. Blurgh, very messy.
Sorry, Jaace. I'll have to investigate this in an upcoming version of the API.
- Ben
Unfortunately not... at least, not without a lot of customization. Form submissions that contain a file are sort of "one shot deals". From a server-side perspective, you have access to that uploaded file at that one time only. You can't access the uploaded file on the subsequent form submit - this is forbidden, mostly for security reasons.
But this is very reasonable request. I've logged it as a bug, here:
http://bugs.formtools.org/index.php?cmd=view&id=211
To be perfectly honest, I'm not sure how to elegantly solve it. I think it may need a custom function added. Blurgh, very messy.
Sorry, Jaace. I'll have to investigate this in an upcoming version of the API.
- Ben