_upload_image

Functions that call _upload_image()

Namesort iconLocationDescription
_upload_imagemodules/upload/upload.moduleCheck an upload, if it is an image, make sure it fits within the maximum dimensions allowed.
_upload_preparemodules/upload/upload.moduleSave new uploads and attach them to the node object. append file_previews to the node object as well.

Functions called by _upload_image()

Namesort iconLocationDescription
drupal_set_messageincludes/bootstrap.incSet a message which reflects the status of the performed operation.
image_get_infoincludes/image.incGet details about an image.
image_scaleincludes/image.incScales an image to the given width and height while maintaining aspect ratio.
tincludes/common.incTranslate strings to the current locale.
variable_getincludes/bootstrap.incReturn a persistent variable.
_upload_imagemodules/upload/upload.moduleCheck an upload, if it is an image, make sure it fits within the maximum dimensions allowed.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.