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

Notification

Icon
Error

Options
Go to last post Go to first unread
Dmitry.Obukhov  
#1 Posted : Sunday, October 10, 2010 3:49:52 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

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

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Description:
  1. You configure Image Uploader Flash to send thumbnails only, i.e. set:
    Code:
    
    $converter = new Converter();
    $converter->setMode("*.*=Thumbnail");
    …
  2. You use PHP 5.1.x or earlier.
In this case, you will experience the problem, that thumbnails will not be uploaded. Image Uploader Flash sends binary data supplied from the client via multipart/formdata POST request. This data will be truncated at the first occurrence of a zero byte (as a rule, the first 4 bytes will be uploaded).

Resolution:

The issue is caused by the early versions of PHP (in 5.2.x this issue was fixed). To resolve the problem, you should update your version of PHP to the last one.

Edited by user Sunday, October 10, 2010 5:55:19 PM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
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.