Código PHP:
[B]<!--
the full path to the image upload folder:
fullPath = http://......./uploads/
the relative path from scripts/ajaxupload.php -> uploads/ folder
relPath = ../uploads/
The next 3 are for cunstom matte color of transparent images (gif,png), use RGB value
colorR = 255
colorG = 255
colorB = 255
The form name of the file upload script
filename = filename
-->[/B]
<form action="scripts/ajaxupload.php" method="post" name="standard_use" id="standard_use" enctype="multipart/form-data">
<p><input type="file" name="filename" value="laimagen"/></p>
<button onclick="ajaxUpload(this.form,'scripts/ajaxupload.php?filename=filename&maxSize=9999999999&maxW=143&fullPath=uploads/&relPath=../uploads/&colorR=255&colorG=255&colorB=255&maxH=156','upload_area','Subiendo espere...<br /><img src=\'images/loader_light_blue.gif\' width=\'128\' height=\'15\' border=\'0\' />','<img src=\'images/error.gif\' width=\'16\' height=\'16\' border=\'0\' /> Error de subida, chequear carpeta.'); return false;">Subir Avatar!</button>
</form>
<div id="right_col">
<div id="upload_area"> Previsualizar Imagen<br />
<br />
</div>
<br />
<br />
</div>
</div>
<div class="clear"> </div>
</div>
<br />
</div>
<div style="position: fixed; right: 5px; bottom: 65px;"></div>
</body>
</html>
Bueno agregarle un Boton JS ahí es facil, pero lo que quiero es que al subir la imagen , copie la ruta en un campo IMPUT de la carpeta donde esta subida. ( ACTUALMENTE LA COPIO A MANO ¨COPY PASTE¨ A UN CAMPO IMPUT Y NO ES COMODO).
Bueno espero alguna ayudita gracias de antemano