Format of file uploaded at server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ved Prakash
    New Member
    • Nov 2014
    • 1

    Format of file uploaded at server

    I am uploading a file from my mobile app by HTTPPOST method. As well as I am developing PHP code to to store the file in MySQL database. Can I know the format of the file/data need to be send?
    Thanks in advance.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    it depends on the file. if it's a text file save it as a text data type, otherwise save it as binary data type.

    Comment

    Working...