close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

file upload not working

Thread began 7/30/2009 7:07 am by jerniganj377713 | Last modified 7/30/2009 7:53 am by jerniganj377713 | 1362 views | 1 replies |

jerniganj377713

file upload not working

I have a simple file upload to upload a web image to the site (for an avatar). I followed the DFP2 pdf instructions but the upload does not save the image to the site. I do not get any errors so I think i might be missing something since this is my first time using DFP2.

does the form need an action? I tried it with/without the "$editFormAction" for the form action. The DFP2 did not apply an action so i wasn't sure if it was necessary.

the helper php file is in place. I added the file upload debugger and it appears the upload is successful, but no image appears in the upload folder after completion. Here is the url:
upload.php

any suggestions would be great. thank you.

here is my form code:
<form action="" method="post" name="uploadForm" enctype="multipart/form-data">
<input name="upload" id="upload" type="file" />
<input type="submit" name="uploadSave" id="uploadSave"/>
</form>

here is the php code:
require_once("WA_DigitalFilePro/HelperPHP.php");

// EDIT FORM ACTION
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])) {
$editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
}

// WA_UploadResult1 Params Start
$WA_UploadResult1_Params = array();
// WA_UploadResult1_1 Start
$WA_UploadResult1_Params["WA_UploadResult1_1"] = array(
'UploadFolder' => "files/member_photos/",
'FileName' => "photo",
'DefaultFileName' => "",
'ResizeType' => "1",
'ResizeWidth' => "100",
'ResizeHeight' => "135",
'ResizeFillColor' => "#FFFFFF" );
// WA_UploadResult1_1 End
// WA_UploadResult1 Params End

WA_DFP_SetupUploadStatusStruct("WA_UploadResult1");
if(isset($_POST["uploadSave"])){
WA_DFP_UploadFiles("WA_UploadResult1", "upload", "0", "", "JPG:60", $WA_UploadResult1_Params);
}

Sign in to reply to this post

jerniganj377713

solution

I figured out the problem. It was server folder permissions. thanks.

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