0

I am using the Rackspace API and their FormPost which allows clients to upload files directly on the cloud. So the form's target is a link they provided (I have no control over this one). I also wish to have a progress bar for the uploaded files (which currently works). However, rackspace's link by default makes a redirection when the upload is done, which contains some parameters in the link (error code and error message). The thing is, since I am using AJAX for the progress bar, the redirection won't work, making me unable to get these parameters.

Do you have any good idea on how to do this ? I am using PHP.

Matt
  • 6,993
  • 4
  • 29
  • 50
Olivier
  • 5
  • 3
  • Possible duplicate of http://stackoverflow.com/questions/199099/how-to-manage-a-redirect-request-after-a-jquery-ajax-call – Matt Jul 31 '12 at 13:30
  • I think you need to have the control on the server to do this. In my case, the target page does not belong to me. – Olivier Jul 31 '12 at 13:56
  • That makes me a sad Zoidberg. :E – Matt Jul 31 '12 at 13:57

0 Answers0