Try changing the ownership of the uploads folder to the user that your webserver is running as. You can find this out by running the following command:
ps aux | grep apache | cut -f 1,1 -d " "
...assuming you're running Apache. nginx is a bit trickier, since its worker processes run as different users from master, but it's the same principle.
Anyway, once you have that, you can do:
sudo chown -R nobody /home/ct9a/myApp/public/system/infos
(assuming that "nobody" is the correct user)
Hope this helps: let me know if you need more info and I'll mail you off-list.
M
> --
> Individuals over processes. Interactions over tools.
>
> Agile Rails training from thoughtbot, the makers of Paperclip, Clearance, Shoulda, & Factory Girl:
> http://thoughtbot.com/services/training
>
> The Paperclip group:
> http://groups.google.com/group/paperclip-plugin
>
> To post to this group, send email to
> papercli...@googlegroups.com
>
> To unsubscribe from this group, send email to
> paperclip-plug...@googlegroups.com