How to attach filename to image being uploaded to a server?

You must Login before you can answer or comment on any questions.

The kitchen sink code works fine in sending the binary data across to the server but I want to attach a filename to it so that I don't have to change my existing server side code which is talking to other clients also like Flex, Android etc.

Currently when I do $_FILES['image']['name'], I always get "file" as the output if the file is uploaded from iPhone using Titanium. I want a way to attach a filename to it when I send it from the phone.

— asked 3 years ago by Dev Priya
0 Comments

1 Answer

Your Answer

Think you can help? Login to answer this question!