Ver Mensaje Individual
  #11 (permalink)  
Antiguo 21/04/2004, 07:33
Avatar de Reynier
Reynier
 
Fecha de Ingreso: noviembre-2002
Ubicacin: Por ah en algn sitio
Mensajes: 1.844
Antigedad: 21 aos, 5 meses
Puntos: 1
Cluster de nuevo por aqu

Me sigue dando el mismo error:
Cita:
Possible file upload attack! Here's some debugging info:
Array
(
[userfile] => Array
(
[name] => 1082320851.jpg
[type] => image/pjpeg
[tmp_name] => C:\WINDOWS\TEMP\php16C.tmp
[error] => 0
[size] => 27359
)

)
El codigo es este:
Cdigo PHP:
 <?php
$uploaddir 
"upload/";
print 
"<pre>";
if (
move_uploaded_file($HTTP_POST_FILES['file']['tmp_name'], $uploaddir.$HTTP_POST_FILES['file']['name'])) {
   print 
"File is valid, and was successfully uploaded. ";
   print 
"Here's some more debugging info:\n";
   
print_r($_FILES);
} else {
   print 
"Possible file upload attack!  Here's some debugging info:\n";
   
print_r($_FILES);
}
print 
"</pre>";
?>
Salu2

PD: A y me sigue creando el fichero sin extensin con el contenido en caracteres extraos, algo como esto:
Cita:
JFIF  H H C 




   C  

 ^^"    
  } !1AQa"q2#BR$3br
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz   
  w !1AQaq"2B #3Rbr
$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvw xyz   ? ?=/OlM,JE+ ♁텬o)Hⲹ\0JHE4>jr>_ ⊩Sg?ݧAvv .O- 9#ҽVy/#uh{xww9^bV
Ɵ3%X>"}VOoJeBt4rDz4 !gڵ
~Sǥrڈjsӊ9#
7J]۲gV㜝ӊ_ =*P1S/gl|o!\n1,>5_# 6HSC/!vs^
K_O{;=q%9[K|t̀r/ZħO̧d
3N6s7Ͷ4΂?'>)ڿo[aOfZW95~wѓ8\膥.$M/U6O2ӎĒ38X4dFv
/5'vbͻގU gjL^e⟎OMaU&4,N*% gpԓ:~?RUoIjs6FN+灓p_+0t `1\0qg|44l  <KpH_'H|C+ӑ^K*
P' ̿v:U~Iq&۴7;GA_9#@b kiZsOzhI(J:{@Y+4į ;{@sޤwOu9/%lğIk
K !%ic Uf 7-P
ecǚ[$_0k lj5E{]ڱD& V| >,%|P\_^kϏ+Cq{_Fׄ2 |?t+$W|H_sfMkF]3e ks~~4rɤvϷF8k? ގ)oY\c5suqcw3FTF*1_xVsò \^Df"}?A\Ӄ4^WW:_wx b>(xO U#ѕ ;__ZExN}A=OO6̥ i|㹬=U_+?2ǍF5XJ?mxcc& ݵ1%`ׂ1IU8(hQu#ߍ@^ _e)>vpi ,Ur_r}:g<׬~?<W_JJFPIx5 \Gk]ׯRG+l(955* >. .\
Cş4<!Ϯ6iRv=+=N/Eg
!G{{Imf~T5j_J $wD<{Ս++z~i]y_hALwA WaTZ60$ZmbDvޮ_((r[vvl8i`9 w)@)__m uuab $XS1_K-̬I˹&x ׽Yϲm܃O_vå@ZB c8C[+\
:sLO[Jlh_=+V%ؖ!֦yjr-򃶞j+V;|/0(Eg(81 (Gj{\1` fCLbm.% Տ $r1
el archivo subido es este:
C:\Documents and Settings\Administrator\My Documents\My Pictures\1082320851.jpg
__________________
Ing. Reynier Prez Mira