difference between uploading and attaching a file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mukeshrasm
    Contributor
    • Nov 2007
    • 254

    difference between uploading and attaching a file

    Hi

    Is there any difference between uploading a file or attaching a file if yes then how can we attach a file
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    there is, if you attach a file, you need something to attach it to.

    Comment

    • mukeshrasm
      Contributor
      • Nov 2007
      • 254

      #3
      Originally posted by Dormilich
      there is, if you attach a file, you need something to attach it to.
      Thanks for your quick response then how can i attach file to any mail using php
      because what i find from your response that uploading will not work here so please suggest

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        I recommend SwiftMailer for such a task (see its documentation for how to do mail attachments).

        Comment

        • mukeshrasm
          Contributor
          • Nov 2007
          • 254

          #5
          Originally posted by Dormilich
          I recommend SwiftMailer for such a task (see its documentation for how to do mail attachments).
          Can I do this (attaching a file) without using SwiftMailer or I have to use If I can then please suggest

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            of course you can do this without SwiftMailer. it only gets much much more complicated then. (SwiftMailer requires 1 line (!) to attach a file to an email)

            Comment

            Working...