a moderatore grazie per la pazienza...ma $_POST[textarea'] mi serve a cosa?...mi rispiego meglio ...scrivendo nel campo textarea a me arriva la foto e insieme alla intestazione della foto mi arriva il testo.....es: immagine della foto e prima dell'estenzione jp,jep,gif, ho tutto il testo che hanno inserito..ci sei?per questo ho bisogno di sapere se hanno scritto anche nel campo testo,,altrimenti mi arriva solo la foto senza sapere cosa hanno scritto....ti ripeto sono imbranato piu di php con masql....pensa come sto..ah ah
comunque con il tuo codice mi da sempre l'upload eseguito...anche se non caricano una foto..ci sei?...sapendo se non hanno rispettato i campi del form io li avviso e li rimando al form tramite un refresch..ci sei? ti allego il form...e grazie ancora
Codice HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>richiesta dati</title>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
</head>
<body
style="background-color: rgb(204, 204, 204); color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<br>
<br>
<br>
<br>
<br>
<br>
<div
style="position: absolute; width: 208px; height: 58px; top: 256px; left: 67px;"><big><span
style="font-weight: bold;"><br>
<br>
</span></big><span style="font-weight: bold;"
class="hps" closure_uid_955722047="156" nd="null"></span><span
style="font-weight: bold;" class=""
closure_uid_955722047="160" nd="null"></span><span
style="font-weight: bold;" class="hps"
closure_uid_934146965="1667" nd="null"><br>
<br>
</span><span style="font-weight: bold;" class="hps"
closure_uid_934146965="1671" nd="null"></span></div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div
style="position: absolute; height: 59px; width: 211px; top: 430px; left: 51px;"><span
style="font-weight: bold;" class="hps"
closure_uid_934146965="1674" nd="null"></span><span
class="hps" closure_uid_934146965="1675" nd="null"></span><span
class="hps" closure_uid_934146965="1676" nd="null"></span><span
closure_uid_934146965="1677" nd="null"></span><span
class="hps" closure_uid_934146965="1678" nd="null"></span><span
class="hps" closure_uid_934146965="1679" nd="null"></span><span
class="hps" closure_uid_934146965="1680" nd="null"></span><span
class="hps atn" closure_uid_934146965="1681" nd="null"></span><span
closure_uid_934146965="1682" nd="null"></span><span
class="hps" closure_uid_934146965="1683" nd="null"></span></div>
<div
style="position: absolute; height: 210px; top: 282px; left: 291px;">
<form action="upload.php" method="post"
enctype="multipart/form-data"> <input name="file"
id="file" type="file"><br>
<br>
<br>
<br>
<br>
<br>
<br>
<textarea cols="20" rows="3" name="nome"></textarea> <input
name="submit" value="invia richiesta dati" type="submit">
</form>
</div>
</body>
</html>