Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
cyberguy  
#1 Posted : Thursday, December 15, 2011 9:59:20 AM(UTC)
cyberguy

Rank: Newbie

Groups: Member
Joined: 12/15/2011(UTC)
Posts: 2

Hi,

I download trial version and testing Flash Upload with Ajax support.

My problem is;

After upload images to the site I can see images under Uploaded Images section. This is ok so far.

But when I click to "Add more files" and click upload button. Existing images are removing from Uploaded Images section and also under UploadedFiles folder too. And I can only see last uploaded files.

Is this a bug or normal operation.

This problem is exist on online demo at your site as well.

Thanks
Dmitry.Obukhov  
#2 Posted : Thursday, December 15, 2011 8:13:49 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

You see this behavior because the folder (UploadedFiles/) with previously uploaded files will be cleared when you upload new ones. You need to comment the line which “clears” the folder in the server-side script.

For Image Uploader Flash ASP.NET you should comment this line in the Default.aspx.cs file:
Code:
// Remove previously uploaded files
gallery.Empty();

For Image Uploader Flash PHP you should comment this line in the upload.php file:
Code:

initGallery($absGalleryPath, $absThumbnailsPath);
  

If you have any additional questions, please feel free to let me know.

Edited by user Thursday, December 15, 2011 8:18:39 PM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
cyberguy  
#3 Posted : Thursday, December 15, 2011 11:18:27 PM(UTC)
cyberguy

Rank: Newbie

Groups: Member
Joined: 12/15/2011(UTC)
Posts: 2

Thanks for reply and solution. I found exact same solution yesterday night.

On page load (index.php) I can list images which are already loaded

echo '<script type="text/javascript">' , 'updateImageList();' , '</script>';

Now I have to find a way to delete (unwanted) selected photo(s) on uploaded files section if needed.

Thanks again

Edited by user Friday, December 16, 2011 12:00:17 AM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.