Hi guys, I have a flex multifile uploader which is great, it uses a php page to 'catch' the uploads. I get the file information on the php page using things like this:
BUT type ALWAYS comes out as 'application/octet-stream', as in, its not coming out as 'image/jpeg' when its a jpg, etc etc.Code://Name: basename($_FILES['file']['name']) //Size: $_FILES['file']['size'] //Type: $_FILES['file']['type'])
Anybody come across this? is it flex?




Reply With Quote
