Das Problem:
Ich hab ein HTMl formular gemacht mit der man ein Bild auf twitpic uploaden kann.
Alles anzeigen
Das ganze funktioniert einbandfrei. Ich möchte allerdings
lieber so
haben damit man den path der Datei manuell eingeben kann (fragt nicht wiso). Das Problem: Es geht nur mit
Meine Frage desshalb: Wiso?
Ich hab ein HTMl formular gemacht mit der man ein Bild auf twitpic uploaden kann.
HTML-Quellcode
- <html>
- <body>
- <form enctype="multipart/form-data" method="POST" action="http://twitpic.com/api/uploadAndPost">
- choose a picture: <input name="media" type="file" /> <br />
- twitter username: <input type="text" name="username" /> <br />
- twitter password: <input type="text" name="password" /> <br />
- tweet message: <input type="text" name="message" /> <br />
- <input type="submit" value=" upload " />
- </form>
- </body>
- </html>
Das ganze funktioniert einbandfrei. Ich möchte allerdings
lieber so
haben damit man den path der Datei manuell eingeben kann (fragt nicht wiso). Das Problem: Es geht nur mit
Meine Frage desshalb: Wiso?