You are here

function imageeditor_ajax_upload_path in Image Editor 7

Returns Image Editor AJAX upload path.

3 calls to imageeditor_ajax_upload_path()
imageshack_upload.inc in plugins/uploader/imageshack_upload/imageshack_upload.inc
Imageshack uploader for Image Editor module.
immio_upload.inc in plugins/uploader/immio_upload/immio_upload.inc
Imm.io uploader for Image Editor module.
pixlr_upload.inc in plugins/uploader/pixlr_upload/pixlr_upload.inc
Pixlr uploader for Image Editor module.

File

./imageeditor.module, line 264
Allows online editing of images using different image editing services.

Code

function imageeditor_ajax_upload_path() {
  return 'imageeditor/ajax/upload';
}