GetSimple Support Forum
Contact form with image upload - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Contact form with image upload (/showthread.php?tid=5343)



Contact form with image upload - qlwik1 - 2013-11-05

Hi,
I need contact form with image upload, is there such a plugin?
It can be separated, for example 1 plugin with show custom contact forms and 2 plugin that will show a button to upload an image.

Please help Smile

Best regards!!


RE: Contact form with image upload - D.O. - 2013-11-05

Hi mate,
If I am not wrong there is no plugin that does this,
but you can take a look at p01-contact plugin...

http://nliautaud.fr/wiki/travaux/p01-contact

...and try something really easy such as to use the filed "website" to ask the URL of a image hosted on ImageShack.
Just an idea, really simply to realize.


RE: Contact form with image upload - qlwik1 - 2013-11-06

D.O. thanks for answer!
There is no such an option to put simple "upload" button on site?


RE: Contact form with image upload - datiswous - 2013-11-06

Usually you don't want unauthenticated visitors to upload stuff to your server. So I think that's why this isn't integrated in plugins (at least from what I know).


RE: Contact form with image upload - eatons - 2013-11-06

You don't necessarily need a plug-in in order to do file upload. One thing you can do is create an iframe inside one of your GS pages and from that call a separate file upload program with its own directory for file storage. Here's a link to a very good image upload program which previews the file on the upload.
http://www.thewebhelp.com/php/scripts/image-upload-with-resize/
While I'm not certain how you want to use the images after you upload them, … if there's a will, there is a way!

Hope this helps!