Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Side by Side Diff: chrome/test/webdriver/upload.html

Issue 7055004: File upload API in chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed a compile error. Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <body>
3 <form>
4 <input type="file" name="fileupload" id="fileupload"
5 style="border: 1px black solid;" />
kkania 2011/06/15 02:33:12 I think you should add another input for doing mul
nodchip 2011/06/15 07:58:27 Done.
6 </form>
7 </body>
8 </html>
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698