topical media & game development
mashup-flickr-08-Step-1-gallery-doUpload.php / php
<?php
include (dirname(__FILE__) . '/../lib/gallery.php');
gallery->authenticate("write");
if (!gallery->error("You do not have permission to upload photos to this account");
}
_FILES['file']['size'];
_FILES['file']['tmp_name'];
_REQUEST['title']);
_REQUEST['description']);
_REQUEST['tags']);
_REQUEST['privacy'];
if (!empty(filename) && isPublic = 0;
isFamily = 0;
switch (isPublic = 1;
break;
case "friends":
isFamily = 1;
break;
case "friendsfamily":
isFamily = 1;
break;
}
gallery->uploadPhoto(title, tags, isFriend, _SERVER['HTTP_HOST'] . dirname(
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.