hi, is it possible to show users a preview of the image(s) they upload before they submit their forms?
web url is http://www.dealdaisy.com/merchant/creating-your-deal/
hi, is it possible to show users a preview of the image(s) they upload before they submit their forms?
web url is http://www.dealdaisy.com/merchant/creating-your-deal/
No, this isn't currently possible. Gravity Forms uses the built in PHP file upload capabilities which doesn't support image previews. In order to implement this we would have to use a Flash based uploader, which is something we're considering for a future version of the plugin.
No, it isn't currently possible to show a preview of the images before they upload. We will add this to our feature list for possible inclusion in a future release.
thanks!
Is the Flash upload planned for the 1.5 version?
Nope. Flash upload capabilities will be added sometime later. I'm not sure what version at this point.
Any timeline for this feature or others like it regarding mutli-image uploads, upload size limitations or custom messages while the images is loading? A lot of the topics for these requests are last year old. Don't hold out on us!!!
I would really like to have a more sophisticated version of the image uploader. Are there any possibilites to have a third party plugin do this?
Did you see any implementations having size limiations, auto-resizing, auto-cropping, preview and thelike?
This thread (and the anouncements) is now almost a year old, it would be great to at least provide information how to extend gravityforms.
Thanks,
Andreas
Currently the only features planned for the upload related fields are multi-file upload support. This will support file size limitations because it will use functionality that will enable us to do so.
Some of the other features like built in cropping, editing, etc. Are difficult to implement in a way that is going to be compatible across such a wide variety of themes and server configurations that we have to deal with. We'd love to implement more advanced functionality but we have to take a variety of things into account when implementing new features.
Gravity Forms can already be customized through the use of hooks and filters, which are all documented. Using hooks and filters you can create custom fields types and do pretty much anything you want. BUT you need to have a strong understanding of hook/filter usage, WordPress development and PHP in order to put them to use. But Gravity Forms is extremely customizable using these hooks.
Just coming back to image preview. Is there an update on that? Will it be implemented and roughly when?
I would also like to hear about the image preview part, it would be a great help to a project I am working on right now, and another I have coming up.
Will it be possible to integrate via hooks perhaps? Once a file is uploaded, a hook is triggered which then updates the preview, perhaps via jQuery?
I can appreciate Carl's comment that image previews and cropping/resizing is "difficult to implement in a way that is going to be compatible across such a wide variety of themes and server configurations that we have to deal with".
But, I would also like to know if it's possible to offer our users some of the native WP image capabilities via our front end with use of hooks and filters?