Eajaxupload Failed

Here i am using eAjaxUpload extension when were i am uploading it is getting ‘Jellyfish.jpg0.7MBFailed’ can any one help me

I think you should add the upload(if your action name is upload)action in your access rules,like below:

		array('allow', // allow authenticated user to perform 'create' and 'update' actions


			'actions'=>array('create','update','upload'),


			'users'=>array('@'),


		),

I have the same problem, but file is uploaded and everything seems to work (file is in the folder) but text says failed, I dont know why. And my access rules are ok.