Sehr praktisch (weil auch sehr grosse Bilder erlaubt) finde ich das plugin von
www.directupload.net.
Da poppt nach dem ANklicken einer Zeile beim "Beitrag schreiben" ein Javascript auf, in dem steht
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Bilderupload</title>
</head>
<body><br><br><br><br>
<!-- Directupload.net -->
<div align="center"><FORM action="http://www.directupload.net/index.php?mode=upload" method="post" target="_self" enctype="multipart/form-data">
<TABLE width="250" bgcolor="#FFFFFF" style="border-style:solid;border-width:1px;border-color:#000000">
<tr>
<td align="center"><a href="http://www.directupload.net" target="_blank"><img src="http://www.directupload.net/graphics/logo-mini.gif" width="140" height="26" border="0"></a></td>
</tr>
<tr>
<td align="center">
<INPUT TYPE="file" name="bilddatei" value="durchsuchen" class="textfield" size="10" maxlength=255 style="border: 1px solid black; font-face: verdana; font-size: 11px;">
</td>
</tr>
<tr>
<td align="center" style="font-size:10px;font-family:Verdana">
<input type="submit" name="Upload_file" value=" Bild hochladen " style="border: 1px solid black; font-face: verdana; font-size: 11px;" >
</td>
</tr>
<tr>
<td align="center" style="font-size:10px;font-family:Verdana">
kostenlos Bilder hochladen<br>
<a href="http://www.directupload.net" target="_self">directupload.net</a>
</td>
</tr>
</TABLE>
</FORM></div>
<!-- Directupload.net -->
</body>
</html>