I can't seem to upload multiple times with the same image as well as with different images. Sometimes I could upload, sometimes I could't. When I couldn't, there wasn't even an error displayed and upload seemed to work fine but no images were upload in the <component>/upload/folder. But sometimes the upload works well. Is there any restrictions on the number of uploads? The following is from the DEBUG:
Thanks!
Ko Ko
files: Array ( [exterior1] => Array ( [name] => discount.jpg [type] => image/jpeg [tmp_name] => C:\WINDOWS\Temp\php14.tmp [error] => 0 [size] => 254619 ) [exterior2] => Array ( [name] => [type] => [tmp_name] => [error] => 4 [size] => 0 ) )
attachments:
Click here to redirect
Thanks!
Ko Ko
Sorry, I figured it out myself. The temporary folder that stores the uploaded image need to be granted with write access, in addition to the Chronoforms' upload folder.🙄
Hi drb,
Yes, try 755.
Later: I'm wrong about the folder apparently - see Max's next post.
Bob
Yes, try 755.
Later: I'm wrong about the folder apparently - see Max's next post.
Bob
Hi drb,
if you have Joomla 1.5 then you have a tmp folder yes, but as Chronoforms doesn't use joomla functions for uploading then there is another tmp folder too somewhere on your system, if you cant upload any files at all then ask your host admin, I cant upload files with a php script, is there a problem with the tmp folder permissions ?
if you have Joomla 1.5 then you have a tmp folder yes, but as Chronoforms doesn't use joomla functions for uploading then there is another tmp folder too somewhere on your system, if you cant upload any files at all then ask your host admin, I cant upload files with a php script, is there a problem with the tmp folder permissions ?
This topic is locked and no more replies can be posted.