Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i am using this condition to check my uploaded csv file.

$_FILES['csv_file']['type'] == "application/octet-stream" 
|| 
$_FILES['csv_file']['type'] == "text/plain"

even-though i am uploading csv file it show error i.e my csv file not uploading...

share|improve this question
Have you tried text/csv? – bažmegakapa Jan 21 '11 at 14:38

1 Answer

hey, did you checked the webserver has permissions to upload files to the directory your are trying to upload?

maybe a bit more of code will help here..

share|improve this answer
ya no probs in uploading .... – shanmugavel Jan 21 '11 at 14:44
hi guys do have any solutions for this....i am still cant overcome this problem – shanmugavel Jan 21 '11 at 18:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.