You are here

function imagepicker_upload_progress_busy in Image Picker 6.2

Same name and namespace in other branches
  1. 7 imagepicker.upload.inc \imagepicker_upload_progress_busy()
1 call to imagepicker_upload_progress_busy()
imagepicker_upload_form in ./imagepicker.upload.inc

File

./imagepicker.upload.inc, line 466

Code

function imagepicker_upload_progress_busy() {
  return '<div id="imagepicker-sending" style="display: none;"></div>';
}