csv file transfering using php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • farukcse
    New Member
    • Nov 2007
    • 52

    csv file transfering using php

    Dear Sir,
    i need to transfer a csv file to the web server from client site .
    i don't want to send the file by attachment or upload like email system. just to transfer a specific csv file automatically which contains daily production report to the webserver.
    How can i do it ? is it possible by php coding? please to reply to me.

    Thanks in advance.

    Regards,
    Fauk Chowdhury
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    You'll have to start something on the client side to start and handle a file transfer, whether it be upload or FTP.

    Ronald

    Comment

    • farukcse
      New Member
      • Nov 2007
      • 52

      #3
      Dear Sir,
      Thank you for your reply.
      i can use <input type='file'> to upload a file by attachment. but i don't want to use this . is there any other way for file sending to the server from client side?


      Regards,
      Faruk Chowdhury.

      Comment

      • ronverdonk
        Recognized Expert Specialist
        • Jul 2006
        • 4259

        #4
        Originally posted by farukcse
        Dear Sir,
        Thank you for your reply.
        i can use <input type='file'> to upload a file by attachment. but i don't want to use this . is there any other way for file sending to the server from client side?

        Regards,
        Faruk Chowdhury.
        You can use FTP or cURL/FTP to achieve this. See tutorial FTP upload using CURL

        Ronald

        Comment

        • farukcse
          New Member
          • Nov 2007
          • 52

          #5
          Originally posted by ronverdonk
          You can use FTP or cURL/FTP to achieve this. See tutorial FTP upload using CURL

          Ronald
          Dear Sir,
          Thank you very much for your cooperation.
          i will try for that.

          Regards,
          Faruk Chowdhury.

          Comment

          • ronverdonk
            Recognized Expert Specialist
            • Jul 2006
            • 4259

            #6
            Yoiu are welcome. And good luck with your endeavours. See you again.

            Ronald

            Comment

            Working...