I'm using the function $id=$f->async_upload ($ruta, $nombre, $descrip, $tags); for send images to Flickr. I don't have any problems with the images with size ( 500 k or 800 kb.. ) but when I'm trying to send an image, of 2Mb or 5Mb, this function doesn't works correctly and the image can't send to Flickr. What's my problem?
( I have configured my php.ini and my.conf files to send big images ( 5Mb ) )