close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

DFP appending an extra .jpg to file name

Thread began 7/28/2009 9:17 pm by bjgarner241692 | Last modified 7/31/2009 7:13 am by bjgarner241692 | 3658 views | 6 replies

bjgarner241692

I've stripped out the second upload behavior to simplify, but yes, they both give the same problem.

ProdImage is the field name used on the original Insert page (created with DataAssist)

On the upload page (created with DataAssist) I have a ProdImage field, set to show the value entered in the db as the initial value and beside it, I have a File Field, named newimage.

The record update behaviour is set to update the record to the value in the ProdImage field

The file upload behaviour, triggered on Update Record, is set to name the file to the value in the ProdImage field.

The user does have the option to manually change the value in the ProdImage field and it does rename the uploaded file, but it adds the extra extension.

As far as I can tell, the only place I have deviated from the Help document is that I did not HIDE the ProdImage field. This is because if the original product was added without an image, the value of the ProdImage field will be blank and I cannot upload a file with no name.



<?php
// WA_UploadResult1 Params Start
$WA_UploadResult1_Params = array();
// WA_UploadResult1_1 Start
$WA_UploadResult1_Params["WA_UploadResult1_1"] = array(
'UploadFolder' => "../db_images/",
'FileName' => "".((isset($_POST["ProdImage"]))?$_POST["ProdImage"]:"") ."",
'DefaultFileName' => "",
'ResizeType' => "1",
'ResizeWidth' => "200",
'ResizeHeight' => "300",
'ResizeFillColor' => "#FFFFFF" );
// WA_UploadResult1_1 End
// WA_UploadResult1 Params End?>
?>
<?php
WA_DFP_SetupUploadStatusStruct("WA_UploadResult1") ;
if(isset($_POST["Update_x"])){
WA_DFP_UploadFiles("WA_UploadResult1", "newimage", "0", "", "true", $WA_UploadResult1_Params);
}
?>

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