close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

File Upload and Update not inserted into database, is uploaded to directory

Thread began 1/31/2012 6:53 am by toni272059 | Last modified 1/31/2012 11:48 am by toni272059 | 3720 views | 6 replies

Jason ByrnesWebAssist

this code:

$WA_DFP_UploadStatus["WA_UploadResult1"]["serverFileName"]


is referring to an upload object that does not exist.

this code:

php:
<?php

// WA_UploadResult2 Params Start
$WA_UploadResult2_Params = array();
// WA_UploadResult2_1 Start
$WA_UploadResult2_Params["WA_UploadResult2_1"] = array(
    
'UploadFolder' => "../images/",
    
'FileName' => "[FileName]_large",
    
'DefaultFileName' => "",
    
'ResizeType' => "2",
    
'ResizeWidth' => "500",
    
'ResizeHeight' => "",
    
'ResizeFillColor' => "#FFFFFF" );
// WA_UploadResult2_1 End
// WA_UploadResult2_2 Start
$WA_UploadResult2_Params["WA_UploadResult2_2"] = array(
    
'UploadFolder' => "../images/",
    
'FileName' => "[FileName]_small",
    
'DefaultFileName' => "".((isset($_POST["item_photo"]))?$_POST["item_photo"]:"")  ."",
    
'ResizeType' => "4",
    
'ResizeWidth' => "270",
    
'ResizeHeight' => "270",
    
'ResizeFillColor' => "#FFFFFF" );
// WA_UploadResult2_2 End
// WA_UploadResult2 Params End
?>



is creating the $WA_DFP_UploadStatus["WA_UploadResult2"] object, but the insert and update behaviors are referring to the $WA_DFP_UploadStatus["WA_UploadResult1"] object.


did you add 2 upload behaviors to the page, then remove one? that's about the only way I could see that happening.

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