Jump to content

is $_FILES automagically sanitised


cs.punk

Recommended Posts

I was wondering lets say we have uploaded a file with the 'id name' of example.

 

Regarding the 'size' and 'type':

$_FILES['example']['size']

$_FILES['example']['type']

 

Would it  be data value sent via the client as POST/GET

OR is it an data value determined/calculated via PHP?

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/243908-is-_files-automagically-sanitised/
Share on other sites

Would it  be data value sent via the client as POST/GET

OR is it an data value determined/calculated via PHP?

 

lol wtf happened to my grammer?

 

Would it be data valueS sent via the client via POST/GET

OR is it data valueS that are determined/set/calculated via PHP?

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.