how to save doc and pdf file into mysql database from android application?

Ram Mansawala

I want to send the doc and pdf file to the MySQL database using php from my android application. I have no idea about it. What shoud i write in android and php file?

Please guide me if anyone have code?

Thanking you.

Neil Masters

You have two options:

1) Store it in a field with a BLOB data type. I really do not advise this in any way and is only listed as the first option because it pertains directly to your question.

SO has good coverage of this already Storing files in SQL Server

2) Move the file to a folder and store the file path. This is the preferred option by mmmm everyone. Use move_uploaded_file and if you are unsure of how to setup an html form take a look at W3C PHP File Upload

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to view a doc/pdf file in grails application?

From Dev

how to save .doc file from url in python?

From Dev

How save all actions from users in MySQL Database - Java Application

From Dev

How to retrieve data from MySQL database and save it to xml file

From Dev

How to retrieve data from MySQL database and save it to xml file

From Dev

Upload doc, pdf,xls etc, from android application to php server

From Dev

How to save data from phpmyadmin database to pdf?

From Dev

How to open doc file in android from url

From Dev

How to open doc file in android from url

From Dev

Generate PDF file with images from mysql database

From Dev

How to save output from Scrapy into file or database

From Dev

How to save generated PDF files to MySQL database using Java?

From Dev

How to save generated PDF files to MySQL database using Java?

From Dev

How to save or open a pdf file in pdf Viewer from response titanium

From Dev

coldfusion How to save pdf file in database and fetch it in browser

From Dev

How to generate pdf file from dynamic data coming from mysql database in php?

From Dev

How to save database to be extracted from android app

From Dev

How to access MySQL database with an Android application?

From Dev

How to access MySQL database with an Android application?

From Dev

How to save and retrieve downloaded pdf files from skydrive in iphone application

From Dev

How to retrieve pdf and word file from MySQL database and display in an html tag

From Dev

how to save the data from database to a folder in mvc application

From Dev

How to get pdf file from a word/doc/rtf file in c# or command line programmatically

From Dev

Save PDF from Webview on Android

From Dev

How load text position from pdf doc?

From Dev

How to convert any format(.txt, .Doc) file into epub file in android application

From Dev

Android: Browse and upload a PDF or word file in application from the device

From Dev

Open a selected file (image, pdf, ...) programmatically from my Android Application?

From Dev

How to save as text file as UTF-8 encoding from word doc using VBA?

Related Related

  1. 1

    How to view a doc/pdf file in grails application?

  2. 2

    how to save .doc file from url in python?

  3. 3

    How save all actions from users in MySQL Database - Java Application

  4. 4

    How to retrieve data from MySQL database and save it to xml file

  5. 5

    How to retrieve data from MySQL database and save it to xml file

  6. 6

    Upload doc, pdf,xls etc, from android application to php server

  7. 7

    How to save data from phpmyadmin database to pdf?

  8. 8

    How to open doc file in android from url

  9. 9

    How to open doc file in android from url

  10. 10

    Generate PDF file with images from mysql database

  11. 11

    How to save output from Scrapy into file or database

  12. 12

    How to save generated PDF files to MySQL database using Java?

  13. 13

    How to save generated PDF files to MySQL database using Java?

  14. 14

    How to save or open a pdf file in pdf Viewer from response titanium

  15. 15

    coldfusion How to save pdf file in database and fetch it in browser

  16. 16

    How to generate pdf file from dynamic data coming from mysql database in php?

  17. 17

    How to save database to be extracted from android app

  18. 18

    How to access MySQL database with an Android application?

  19. 19

    How to access MySQL database with an Android application?

  20. 20

    How to save and retrieve downloaded pdf files from skydrive in iphone application

  21. 21

    How to retrieve pdf and word file from MySQL database and display in an html tag

  22. 22

    how to save the data from database to a folder in mvc application

  23. 23

    How to get pdf file from a word/doc/rtf file in c# or command line programmatically

  24. 24

    Save PDF from Webview on Android

  25. 25

    How load text position from pdf doc?

  26. 26

    How to convert any format(.txt, .Doc) file into epub file in android application

  27. 27

    Android: Browse and upload a PDF or word file in application from the device

  28. 28

    Open a selected file (image, pdf, ...) programmatically from my Android Application?

  29. 29

    How to save as text file as UTF-8 encoding from word doc using VBA?

HotTag

Archive