_imageid
Assigns an identifier to the image being edited.
Default Value
None.
Remarks
_imageid is used to uniquely identify an image on import and export.
The value you pass for _imageid is opaque to
Picnik; any method you choose to uniquely identify the image will do.
The purpose of _imageid is to allow for optional
replacement of the original when exporting back to the calling website. Picnik will display the
appropriate dialog boxes (according to the value you've given for __replace),
and then forward or suppress the _imageid parameter when exporting according to the user's wishes.
If the original image should be overwritten, _imageid will be provided with the export data.
If instead a new image should be created, _imageid will not be provided with the export data.
For more information about passing application-specific custom parameters through the Picnik API, see
Making The Call.
See Also
_export,
_replace