close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

How to´s? upload the file with email form?

Thread began 6/18/2010 4:41 pm by Gabriel Tiviroli | Last modified 6/21/2010 8:07 am by Jason Byrnes | 823 views | 1 replies |

Gabriel Tiviroli

How to´s? upload the file with email form?

Friends, I need to explain me how to make file uploads work using the tools of WebAssist, especially Universal Mail 4 in combination with CSS Form Builder and Universal Mail File Upload 4. Because I've tried but it does not work, the idea is to get people to send an attachment with the form. What is art?

Sign in to reply to this post

Jason ByrnesWebAssist

if you do not wish to have the file uploaded to a specific location on the server, Universal Email can handle this very easily without adding the Upload File Server behavior.

It is a bit more difficult if you wish to upload the file to a specific location on the server using File Upload.


Without File Upload:
On the attachments tab, Select the Submitted file option, then select the file field from the drop down list.


With File Upload:
On the Attachment tab, select the Enter Value option, then click the lightning bolt. from the bindings panel, Expand the Uploaded Files (File Field Name) binding group and select the Server Directory binding. This will add code similar to:
<?php echo $WA_DFP_UploadStatus["WA_UploadResult1"]["serverDirectory"]; ?>

Copy this code, then select the Server File Name binding.

After selecting the server file name, place your cursor at the binding of the binding code and paste the Server Directory code in from of it so that the full code is:
<?php echo $WA_DFP_UploadStatus["WA_UploadResult1"]["serverDirectory"]; ?><?php echo $WA_DFP_UploadStatus["WA_UploadResult1"]["serverFileName"]; ?>

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