buckneri / youtube-direct

Automatically exported from code.google.com/p/youtube-direct
0 stars 1 forks source link

An error during upload using the embed is not propagated to the user #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Modify embed.jsp

instead of :

     <form id="uploadForm" action="" method="post" enctype="multipart/form-data">

put:

   <form id="uploadForm" action="" method="post" efnctype="multipart/form-data">

2. Upload video
3. See success message

Yet on the wire there is a 400 response form the server

What is the expected output? What do you see instead?

An error indicating that a problem occurred during upload

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jar...@google.com on 19 Oct 2010 at 9:57