To post a new support question, click the Post New Topic button below.
Current Version: 4.8.5 | Sytist Manual | Common  Issues | Feature Requests

Please log in or Create an account to post or reply to topics.
You will still receive notifications of replies to topics you are part of even if you do not subscribe to new topic emails.

Customer Upload Photo Product

D
23 posts
Mon Nov 03, 14 7:25 PM CST
Is there, or is there any plan to develop, a product where a customer can upload their own photo to be put on a coffee mug, for example? Customized products, not with my photos, but theirs.
16,148 posts (admin)
Tue Nov 04, 14 7:01 AM CST
There is not an option for customers to upload their own photos. I may look into it at some point though.
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
C
54 posts
Tue Aug 29, 17 11:25 PM CST
I would be interested in this feature also. I am selling photo items (mugs, phone cases, signs, etc) and would also like to sell them to people that already have their own images.
R
247 posts
Thu Nov 16, 17 8:40 AM CST
Tim is there any movement in this direction?

It's not all that high on my wishlist...but it's something I can put to use!
S
6 posts
Thu Nov 30, 17 7:37 PM CST
Tim, I too am interested in this feature. I have the need in part of my business for clients to have the ability to upload photos to me. Any way to possibly integrate this feature (at the very least) a process where Sytist could provide the GUI for a client to connect to an FTP folder or site instead of the Sytist program having to process files? I was thinking this way I could create a separate FTP folder for my clients and only grant them access to that particular folder thus keeping other clients files private. I would even be thrilled if I could create a form that could be programmed to allow multiple files or zipped files to be uploaded. Any way to make that happen through a contact type form?
16,148 posts (admin)
Fri Dec 01, 17 12:14 PM CST
It is just not possible to do at this time. It is way more complex than just adding a form. If you want to set up FTP folders, you can do that in your hosting control panel.
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
S
6 posts
Fri Dec 01, 17 1:33 PM CST
Tim, Is there a way I can implement it into my Systist using something like the following code:

$target = "upload/";
$target = $target . basename( $_FILES['uploaded']['name']) ;
$ok=1;

//This is our size condition
if ($uploaded_size > 350000)
{
echo "Your file is too large.
";
$ok=0;
}

//This is our limit file type condition
if ($uploaded_type =="text/php")
{
echo "No PHP files
";
$ok=0;
}
if (!($uploaded_type=="image/gif")) {
echo "You may only upload GIF files.
";
$ok=0;
}
if (!($uploaded_type=="image/png")) {
echo "You may only upload PNG files.
";
$ok=0;
}
if (!($uploaded_type=="image/jpg")) {
echo "You may only upload JPG files.
";
$ok=0;
}
//Here we check that $ok was not set to 0 by an error
if ($ok==0)
{
Echo "Sorry, your file was not uploaded";
}

//If everything is ok we try to upload it
else
{
if(move_uploaded_file($_FILES['uploaded']['tmp_name'], $target))
{
echo "The file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded";
}
else
{
echo "Sorry, there was a problem uploading your file.";
}
}
?>

I am not a programmer by no means, I just found this sample code online and it seems simple to do, just not sure if it is doable inside sytist or how I can call the process within Sytist.
Edited Fri Dec 01, 17 1:38 PM by Scott Pack
16,148 posts (admin)
Mon Dec 04, 17 6:07 AM CST
That code just moves an uploaded photo and that's all it's going to do. It's not going to process it, add it to a database or anything like that.

It is something I plan on looking into at some point, but it's just not possible right now.
Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
8 total messages
Please log in or Create an account to post or reply to topics.
This post has been viewed 640 times
Category: Photo Products
 
Loading more pages
Loading more pages

Sign up for email promotions.

Your information is safe with us and won't be shared.

Thank you for signing up!

 
©2003 - 2021 Grissett, LLC. All Rights Reserved.

By continuing to browse or by clicking Accept Cookies, you agree to the storing of cookies on your device necessary to provide you with the services available through our website.

    Accept   Privacy & Cookie Policy
Loading More Photos
Scroll To Top
Close Window
Loading
Close