salve a tutti, volevo sapere questo campo che valore mi restituisce:
<input name="download" type="file" class="inputtextform" size="30">
c'è qualcuno che sa che valore mi restiuisce dopo che ho scelto il file?
Grazie mille anticipatamente
Robix
salve a tutti, volevo sapere questo campo che valore mi restituisce:
<input name="download" type="file" class="inputtextform" size="30">
c'è qualcuno che sa che valore mi restiuisce dopo che ho scelto il file?
Grazie mille anticipatamente
Robix
Comunicazione Integrata, Pubblicità, Corporate Image, Brand, Web, Design
Trillygraph Adv
quando selezioni il file e poi subbmitti ilform ti restituisce una stringa, il nome temporaneo con cui vienecopiato sul server, per trattare il nome del file che hai caricato e recuperare il nome originale devi usare linguaggi lato server come asp o php
http://www.mcganass.com
Grazie mille!
Quindi restituisce una stringa che non è quella che si visualizza nel campo a video, giusto?
Grazie, Robix
Comunicazione Integrata, Pubblicità, Corporate Image, Brand, Web, Design
Trillygraph Adv
esatto e' un nome univoco che crea il server qndo salva il file nella sua directory tempaorenea
http://www.mcganass.com