Hi,
when upload an image is stored in tmp folder, but because i am in shared hosting i can not change the upload_dir in php.ini.
Is it possible after image store in common tmp folder show it to user
<img src="path to tmp folder" />
(Which is the path to tmp folder)
Thanks