You are here

function imagepicker_postlet_page in Image Picker 6.2

callback from iframe

1 call to imagepicker_postlet_page()
imagepicker_box in ./imagepicker.functions.inc
all iframe links pass through here

File

contribs/imagepicker_postlet/imagepicker_postlet.module, line 110
Enables upload of images using Postlet java applet. http://www.postlet.com/ http://sourceforge.net/projects/postlet/

Code

function imagepicker_postlet_page() {
  $content = theme('imagepicker_iframe', imagepicker_postlet_upload('iframe'));
  return $content;
}