close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Getting File Upload to work

Thread began 1/13/2010 10:25 am by jay.malik396220 | Last modified 1/13/2010 4:46 pm by jay.malik396220 | 7336 views | 7 replies

jay.malik396220

Post action

Thanks Jason,

The main reason I use a different page is because I have not figured out how to test the captcha code and show an error on the same page (pretty much the same as your contact form for WebAssist).

Form code for captcha code is:

<tr valign="baseline">
<td align="right" nowrap="nowrap" class="InputTables"><p><img src="/securimage/securimage_show.php?sid=<?php echo md5(time()) ?>" alt="captcha" align="left" id="siimage" style="padding-right: 5px; border: 0" /><br />
<!-- pass a session id to the query string of the script to prevent ie caching -->
</p>
<p><a tabindex="-1" style="border-style: none" href="#" title="Refresh Image" onclick="document.getElementById('siimage').src = '/securimage/securimage_show.php?sid=' + Math.random(); return false"></a></p></td>
<td> <input type="text" name="captcha_code" size="10" maxlength="6" /></td>
</tr>

Error check code is:
include_once $_SERVER['DOCUMENT_ROOT'] . '/securimage/securimage.php';
$securimage = new Securimage();

if ($securimage->check($_POST['captcha_code']) == true) {
// capthca entered correctly

WA_DFP_SetupUploadStatusStruct("WA_UploadResult1");

.
.
.

else {
print '<p align="center" style="color: #DD0000; font-weight: bold;">Incorrect verification code</p>';
print '<p align="center"><a href="javascript:history.go(-1);">Go back and try again</a></p>';
}
?>

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