Is it possible to upload a video to Youtube without a redirect?

Up vote 0 down vote favorite share g+ share fb share tw.

The Youtube API, within the Zend Framework, specifies that I can upload a video to Youtube through a form using browser-based uploading. However, such a form requires a postback page defined in the "nexturl" parameter of the query string. I'm attempting to modify Gravity Forms (a Wordpress plugin) so that I can upload a video to Youtube as an inline function of a form submission.

This means that I can't set my form action to point to Youtube; it has to point to native Gravity Forms support. Is there any way to upload a video to Youtube without having to use this redirect? If not, the only way that I would be able to make this work would be to open a new window and perform the upload there (which isn't ideal).

If anyone has any experience with this, please let me know. Thank you! Php zend-framework youtube link|improve this question asked 2 days agolunchmeat3171,24218 70% accept rate.

I was considering doing it this way (or even in a new window), but I believe that it would still require user input (I've been reading more about the API). For browser-based uploads, Youtube takes the metadata of the video first and then sends back a form for the user to upload the actual video content. I'm trying to avoid use input for this area, as it could break my form submission.

– lunchmeat317 2 days ago What if you then used AJAX to POST the metadata and update your page with the form that YouTube replies with? – msigman 2 days ago See this question: stackoverflow.com/q/6317781/677526. The main problem with this is that I don't want users to have to input anything into that form that Youtube sends back, and I also nee to get my POST data from my form.

One requirement is that I can't complete form submission until this step complete. I've been thinking about manipulating query strings directly, maybe using cURL or something, but I'd have to figure out whether this is even a possibility. – lunchmeat317 yesterday.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions