Zend framework forms, upload file problem
Posted
by bounce
on Stack Overflow
See other posts from Stack Overflow
or by bounce
Published on 2010-04-15T18:27:23Z
Indexed on
2010/04/15
19:13 UTC
Read the original article
Hit count: 190
php
|zend-framework
Hi,
I use Zend forms in my web application. I wonder where Zend puts uploded temp file by default ? I can't find it in server tmp dir. For example if I upload image(1.jpg) via file field, it appears on tmp folder, but as 1.jpg(/tmp/1.jpg). But I need temporary file like /tmp/phpeZApBn. Maybe it is in any other location ?
Any help would be appreciated.
© Stack Overflow or respective owner