dave, thx for the quick reply. i appreciate it.

do you mind going into details a little? you render the div-section?

On 31 Jul., 19:28, "Dave Maharaj" <[email protected]> wrote:
> Render an element containing the image uploaded.
>
> -----Original Message-----
> From: Tomfox Wiranata [mailto:[email protected]]
> Sent: July-31-10 2:54 PM
> To: CakePHP
> Subject: Re: file uploading. problems with ajax and jquery
>
> ok i found the problem:
>
> it has to be
> <script type="text/javascript" src="../js/ajaxupload.js"></script>
>
> not
> <script type="text/javascript" src="js/ajaxupload.js"></script>
>
> but i get another one:
>
> i see the "...loading" text for the web 2.0 feeling, BUT:
>
> a) the image wont be uploaded. so i guess my function in controller is
> not called. and
> b) because i have
>         $this->redirect(array('controller' => 'users', 'action' =>
> 'editprofile'));
>     in my called function i get to see the whole site in the div,
> where the uploaded pic should appear.
>
> but if i delete the redirect, cake asks for a view. makes sense
> though. what do i need to change, that the whole site wont be shown in
> this div?
>
> thx :)
>
> Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group 
> athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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