php - In jQuery uploadify show the images as thumbnails BEFORE the upload by the user's filepath -


i'd make uploadify upload server, , make thumbnails user's images on fly.

i need filepath each upload. parameter found in javascript substringed filename.

instead of ohmygoditsantaclaus.jpg want full path c:/etc/etcetera/daddy/ohmygoditsantaclaus.jpg. if have this, can make div container put image it, , resize css.

thanks help. ps: used uploadify v1.6.2

here jquery uploadify v.1.6.2 , uploader.fla using.

you can't access full path either javascript or flash, like:

c:/etc/etcetera/daddy/ohmygoditsantaclaus.jpg

it's security thing.

also, if could, sure heck can't next thing want do:

if have this, can make div container put image it, , resize css.

you can't access random images on user's hard disk using file:// uri , place them on webpage.


you can instead use http://www.plupload.com/ - once user has selected images upload, can resize images client side.

if want show thumbnails before uploading, know flash can it. i'm not sure if else can.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -