ZenphotoCMS Forum
Mobile Upload - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Mobile Upload (/thread-2079.html)



Mobile Upload - sunkast - 2008-01-13

Does anyone know how I can upload photos to ZP from a mobile phone? I have a Blackberry and tried to upload a photo but it said I must enter a folder to upload to or something.




Mobile Upload - sbillard - 2008-01-14

Can you run FTP from your Blackberry? If so, use it. If not you will probably have to upload your Blackberry images to your PC then upload them to the album form there.




Mobile Upload - sunkast - 2008-01-14

That's a really good idea. But after looking for an FTP client for my Blackberry I was only able to turn up one program, and it would cost $35 to purchase it. It's not really worth it at that point. I'm gonna see if I can determine why ZP throws an error when I try to upload via my phone.




Mobile Upload - mundus - 2009-02-28

Single photo upload is pretty easy to do with php:
http://www.blazonry.com/scripting/upload-size.php

I wonder what you need to do to be able to give a title and a description to the image. Title should be easy by adding a title field to upload page and renaming the file accordingly. Here's some ideas how to customize the upload code from above site:

`

Upload Photo to ZenGallery






Upload to ZenPhoto



Mobile Upload - sbillard - 2009-02-28

Easiest is to put the metadata into IPTC fields in the image. Otherwise your upload script needs to create an image object, set the values, then save the object.




Mobile Upload - joho - 2012-02-23

So when do we get flash/jQuery upload for mobile phones in zP?




Mobile Upload - acrylian - 2012-02-23

When someone creates that...;-) Sorry, I won't as I don't have any mobile device. But there are surely some FTP apps for your device you can use (I guess on iDevices and other smart phones with proper browsers our backend would actually work as well).