Probably...... it's got something to do with max upload size set with
your server. Put this in your webroot/.htaccess

php_value upload_max_filesize 20M
php_value post_max_size 20M


If that doesn't fix it...
 - Check your app/tmp/logs/error.log for problems.
 - Use $this->log('got here'); in your upload action to see where you
get to in the upload - should help you track down the error. You will
find these log comments in error.log as well.

Cheers,
Adam

On Apr 16, 9:18 am, johnny1am <[EMAIL PROTECTED]> wrote:
> I am having a weird problem with uploading files via swfupload on my
> cake application. When i access my application on localhost (i am
> using xampp ) everything runs fine, files get uploaded placed where
> they should etc, but when someone else tries to connect from the
> internet to my server, file upload doesnt work anymore, swfupload
> shows the progress indicator allright, i get upload complete but
> nothing happens from here on... files don't get moved to the folder
> where they are supposed to, no database entries are made.
> I even tried uploading the application to my web host but same issue
> here, i also made sure to set all write permissions for the folders i
> am using to store the file.
>
> I simply dont understand what is happening, why everything works
> perfectly for me on localhost and why it doesn't when someone else
> accesses my server or i run my app on domain webhost. I hope somebody
> can help me figure this out.
>
> Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to