Page 1 of 1

Image Uploader of a special kind

Posted: Wed Jul 09, 2008 1:09 am
by SusanN
Hi,

I'm going to take a long shot and ask about an image uploader I'm looking for in the hopes that someone knows of a way to make this work with cms ms.  Maybe?

My client is asking if it's possible to have an image uploader similar to what is found here on the MLB website . He wants customers to be able to view their photo after they've uploaded it and possibly view it on a sample of the product they're ordering (in this case, a mug or bowl).

Does anyone know of something similar to this I can check out? Or is this possible with the cms?

The only one I've ever seen is this Image Uploader , but I'm not sure if it's the right solution or not.

Re: Image Uploader of a special kind

Posted: Wed Jul 09, 2008 5:10 am
by cyberman
Have you tried Uploads module?

http://dev.cmsmadesimple.org/projects/uploads/

It's not a specific image uploader but can be used for that ...

Re: Image Uploader of a special kind

Posted: Wed Jul 09, 2008 6:28 am
by Dr.CSS
Uploader will work for putting images on the web but nothing CMSMS has module wise will show the image on a bowl or mug, the one you linked to uses an image frame in front of the image that's uploaded to do it...

Guess you could design it to have a mug/cup as a frame and put the uploaded image behind it...

Re: Image Uploader of a special kind

Posted: Wed Jul 09, 2008 8:47 pm
by SusanN
Thanks for the replies.  I will have to think on this.

Re: Image Uploader of a special kind

Posted: Wed Jul 09, 2008 8:57 pm
by Nullig
You could have the product picture as the background image of the div that displays the uploaded image.

Nullig

Re: Image Uploader of a special kind

Posted: Thu Jul 10, 2008 3:28 am
by SusanN
Thanks for another idea.  :)

Re: Image Uploader of a special kind

Posted: Thu Jul 10, 2008 4:09 am
by EGS
I coded an image upload script. Would you like to it?

Re: Image Uploader of a special kind

Posted: Thu Jul 10, 2008 10:40 am
by SusanN
Sure, I'd love to see it.  :)

Re: Image Uploader of a special kind

Posted: Sun Jul 13, 2008 10:58 am
by SusanN
Okay, now my client is only asking for the ability for his customer to preview the image that they choose to upload before completing the order process.  Do you know if there's a way to do that with FormBuilder?