close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

thumb file not renaming correctly

Thread began 8/22/2009 4:30 pm by thescrub | Last modified 11/20/2009 3:55 pm by Rune Brynestad | 3917 views | 10 replies |

thescrub

thumb file not renaming correctly

I'm uploading an image. I want it to rename new file if exists, the first file works fine. the second file which is a thumbnail it not naming correctly. if the file name is XXX.jpg and that file name already exists then for the primary image it makes XXX_1.jpg. for the thumbnail if XXX_thumb.jpg exist then the file is uploaded as XXX_1.jpg. The _thumb is left off.

<?php
// WA_UploadResult1 Params Start
$WA_UploadResult1_Params = array();
// WA_UploadResult1_1 Start
$WA_UploadResult1_Params["WA_UploadResult1_1"] = array(
'UploadFolder' => "../Gallery/",
'FileName' => "[FileName]",
'DefaultFileName' => "",
'ResizeType' => "0",
'ResizeWidth' => "120",
'ResizeHeight' => "120",
'ResizeFillColor' => "#FFFFFF" );
// WA_UploadResult1_1 End
// WA_UploadResult1_2 Start
$WA_UploadResult1_Params["WA_UploadResult1_2"] = array(
'UploadFolder' => "../Gallery/",
'FileName' => "[FileName]_thumb",
'DefaultFileName' => "",
'ResizeType' => "1",
'ResizeWidth' => "120",
'ResizeHeight' => "120",
'ResizeFillColor' => "#FFFFFF" );
// WA_UploadResult1_2 End
// WA_UploadResult1 Params End
?>
<?php
WA_DFP_SetupUploadStatusStruct("WA_UploadResult1");
if($_SERVER["REQUEST_METHOD"] == "POST"){
WA_DFP_UploadFiles("WA_UploadResult1", "imageName", "2", "[NewFileName]_[Increment]", "true", $WA_UploadResult1_Params);
}
?>


Status object: WA_UploadResult1
statusCode : 1
errorMessage :
clientFileName : 010.JPG
fileExtension : jpg
serverFileName : 010_1.jpg
serverSimpleFileName : 010_1
serverDirectory : /home/content/c/a/p/capearce/html/subtesting/test/admin/../Gallery/
contentType : image/jpeg
fileWasOverwritten :
fileWasSkipped :
fileWasRenamed : 1
fileSize : 182602
isImage : 1
imageWidth : 1536
imageHeight : 2048
WA_UploadResult1_1:
clientFileName : 010.JPG
fileExtension : jpg
serverFileName : 010_1.jpg
serverSimpleFileName : 010_1
serverDirectory : /home/content/c/a/p/capearce/html/subtesting/test/admin/../Gallery/
contentType : image/jpeg
fileSize : 182602
imageWidth : 1536
imageHeight : 2048
isImage : 1
fileWasOverwritten :
fileWasSkipped :
fileWasRenamed : 1
statusCode : 1
WA_UploadResult1_2:
clientFileName : 010.JPG
fileExtension : jpg
serverFileName : 010_1.jpg
serverSimpleFileName : 010_1
serverDirectory : /home/content/c/a/p/capearce/html/subtesting/test/admin/../Gallery/thumbs/
contentType : image/jpeg
fileSize : 2886
imageWidth : 90
imageHeight : 120
isImage : 1
fileWasOverwritten :
fileWasSkipped :
fileWasRenamed : 1
statusCode : 1

Sign in to reply to this post

Jason ByrnesWebAssist

We will need to look into this issue with you. I have created a support ticket so we can look into this.

To view and update your ticket, please log into your support history at:
supporthistory.php

Sign in to reply to this post

lordmatrix

I'm having exactly the same problem. Is this bug solved? Any work around suggestion in the mean time?

Thank you.

Sign in to reply to this post

lordmatrix

I would really appreciate an answer from support team about this bug. Thank you.

Sign in to reply to this post

Office-172461

Be patient, they will be back from the weekend in about 3 hours from now.

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket to fix this issue with you. to view and edit your support ticket, please log into your support history:
supporthistory.php

Sign in to reply to this post

lordmatrix

Thank you, problem solved.

Sign in to reply to this post

Rune Brynestad

Please post the solution

I have exactly the same problem. This issue have been solved twice through support tickets. Could you please post the solution or workaround to the forum so we all can see it ?

Thanks

Regards
Rune

Sign in to reply to this post

Jason ByrnesWebAssist

Please make sure you are using Digital File pro version 2.0.2, this is the meost recent version available from the download center, the issue should be fixed in version 2.0.2.

If you have a previous version installed, make sure to remove it from the extesnion manager before installing installing the newer version.

Sign in to reply to this post

Rune Brynestad

I'm using version 2.0.2

The insert page works fine. It's the update page that's cause problems. When I want to replace an image with a new one name newimage.jpg, the main image and the thumbnail should be newimage.jpg and thumb_newimage.jpg. In my case it's newimage.jpg for the main image and newimage_1.jpg for the thumbnail.

I'm attaching my update page.

Thanks again.

Regards
Rune

Attached Files
tbl_Profileringsmateriell_Update.zip
Sign in to reply to this post
loading

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