<cffile action="readbinary" file="#form.file_path#" variable="image" />
<cfhttp url="https://picasaweb.google.com/data/feed/api/user/*default* /albumid/#albumId#<https://picasaweb.google.com/data/feed/api/user/userID/albumid/#albumId%23>" method="POST"> <cfhttpparam type="header" name="GData-Version" value="2"> <cfhttpparam type="header" name="Authorization" value="AuthSub token=#access_token#"> <cfhttpparam type="header" name="Content-type" value="image/jpeg"> <cfhttpparam type="header" name="Slug" value="example.jpg"> <cfhttpparam type="header" name="data" value="examp"> * <cfhttpparam type="body" value="#image#">* </cfhttp> Note the "default" userId (Or you can set the real user id there). And the 'body' param. You can always add a <cfdump var="#cfhttp"> at then end. So you can see the error code from picasa. -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-picasa-data-api. For more options, visit https://groups.google.com/groups/opt_out.
