Hello there, I am using GWT 1.5.3 with a FormPanel to submit a video upload to youtube. Everything works fine and the upload is successful.
The YouTube API indicates that when you do a video upload using an HTMLform, i have to specify the next URL, so my browser will be redirected to this URL when the form is submitted. http://code.google.com/apis/youtube/2.0/reference.html#Response_codes_uploading_videos I am getting a permission error "Permission denied to call method Location.toString" in my error console. I don't know if it is a GWT issue or a YouTube issue. But does anyone know how the GWT Form reacts when it is submitted and the response code is 301 that redirects the user's browser, causing the browser to request and load the URL that you had specified with the nexturl parameter in your upload form. When redirecting i am seeing all those errors on my error console G()()swfaddre...ict=false (line 8) swfaddress.js?html=true&strict=false()()swfaddre...ict=false (line 8) [Break on this error] if(typeof com=="undefined"){var com={}}i...E] =="id"){SWFAddress.addId(B[E+1])}}}}}; swfaddre...ict=false (line 8) Permission denied to call method Location.toString regards, ruds --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
