|
Comments for: yuri20011015
| Message # 1012942: |
|
Date: 08/15/02 18:11
By: digitalbart2k Subject: OOH Forms getting to image I am using phpObjectForms http://sourceforge.net/projects/pof/ and i can't seem to display the image that i upload. when display show the forms variable here is what i have. array(6) { ["id"]=> string(3) "new" ["title"]=> string(26) "Drought grips much of U.S." ["image"]=> array(4) { ["contentType"]=> string(11) "image/pjpeg" ["tempFilename"]=> string(14) "/tmp/php7kz4WU" ["remoteFilename"]=> string(24) "vert.drought.lake.ap.jpg" ["filesize"]=> int(10135) } i am trying to access the file to move it from a temp location but i keep getting the error message: No such file or directory in (location) unable to copy file to new location? here is what i am using to get to the image: $tmp_image = $elements['image']['remoteFilename']; Does anyone have any ideas how i can access the image? |
Previous Message | Next Message |


