• Hello,

    We need to have an option for someone to upload a file to us…

    I entered this into the form :
    [file your-file filetypes:pdf|txt|doc limit:1024kb]

    The Form works… it allows me to enter all data, and when I click
    on “Browse” to choose the file I want to upload, it adds the file,
    but when I receive the email containing the form data, it does not
    add or attach the uploaded file, it only shows the name of the file…

    The file is one of the types I list in the code, and it is well
    under the file size I list in the code…

    How do I get it to actually upload the file into the email?

    Thank You!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter MarkAtBP

    (@markatbp)

    Thank you, but that is exactly where I got the code from…

    That is what I used and it appears to work properly, but when
    the email is received that includes all the data from the fields
    in the form, but I do not get the File that was uploaded instead,
    it only shows the name of the file, it does not allow me to click
    on any link to open it and it does not “attach” it to the email…

    Thread Starter MarkAtBP

    (@markatbp)

    Takayuki Miyoshi (@takayukister)

    Thank you, but that is exactly where I got the code from…

    That is what I used and it appears to work properly, but when
    the email is received that includes all the data from the fields
    in the form, but I do not get the File that was uploaded instead,
    it only shows the name of the file, it does not allow me to click
    on any link to open it and it does not “attach” it to the email…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload File Option Does Not Upload File – Only The Name’ is closed to new replies.