close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Files uploading, but where?

Thread began 6/29/2010 1:10 pm by Blikbrein | Last modified 6/29/2010 3:07 pm by Blikbrein | 522 views | 1 replies

Jason ByrnesWebAssist

you have the action of the form set to post to the thankyouapplication.php page, this is by passing the image upload function.

set the form to post to itself instead.


you will also need to apply the universal email behavior to the baicform.php page instead of the thankyouapplication.php. you can set the universal email to redirect to the thankyouapplication.php page after the email is sent.

to attach the uploaded files to the email, on the attachments tab, select entered Value.

Click the lightning bolt next to value and Expand the Uploaded Files (Files field Name) Binding group. Select the Server Directory binding.

this will add code similar to:
<?php echo $WA_DFP_UploadStatus["WA_UploadResult1"]["serverDirectory"]; ?>


copy that code and then click the lightning bolt again, select the server File Name Binding. This will add code similar to:
<?php echo $WA_DFP_UploadStatus["WA_UploadResult1"]["serverFileName"]; ?>


you will need to past the previous code in front so it looks like:
<?php echo $WA_DFP_UploadStatus["WA_UploadResult1"]["serverDirectory"]; ?><?php echo $WA_DFP_UploadStatus["WA_UploadResult1"]["serverFileName"]; ?>

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...