close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Attach upload to email

Thread began 1/13/2013 12:45 pm by bjgarner241692 | Last modified 1/22/2013 2:05 pm by bjgarner241692 | 1221 views | 4 replies |

bjgarner241692

Attach upload to email

I want to create a form to upload a resume and submit with a form.
The form works fine, but the file does not upload.
Trigger on the upload is current page submit.
File is to upload to a folder on the server.
Email has a link to that file location.
Message sends fine, link is valid, but file does not upload.
I can see that the problem is that the form is submitting prior to the file uploading but I do not know why this is or how I can do it all on one page.
Please advise.

Sign in to reply to this post

Jason ByrnesWebAssist

The file should submit with the form. send a copy of the page please

Sign in to reply to this post

bjgarner241692

This post has been deleted.

bjgarner241692

Pages attached.

Attached Files
job.zip
Sign in to reply to this post

Jason ByrnesWebAssist

the action of your form is to post to another page:
<form action="job-process.php" method="post" enctype="multipart/form-data" name="form1" id="form1">



all form processing must occur on the forms action page.


reset the action so that it posts to itself:
action="job.php"


and add the upload and email behavior on he form page.

set the redirect to the thank you page win the universal email behavior.

Sign in to reply to this post

bjgarner241692

Thank you. That worked fine.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...