Jump to content

PECL uploadprogress extension for php


The Letter E

Recommended Posts

I'm building an image gallery uploader and I'm trying to use the upload progress pecl extension, with little luck. I have it installed, but the function is returning null every time. uploadprogress_get_info(id) always returns null.

 

Here's my current info:

php.ini - relevant settings

max_execution_time = 10800

max_input_time = 10800

post_max_size = 120M

upload_max_filesize = 110M

max_file_uploads = 20

session.gc_maxlifetime = 10800

[uploadprogress]
extension=uploadprogress.so

I can't find much documentation on the upload progress extension so I'm not exactly sure who it works: how long the file info stays available, only during upload, any other functions available. If anybody knows about it and/or has has the same problem with some luck, please let me know.

 

Thanks,

 

E

Link to comment
https://forums.phpfreaks.com/topic/262807-pecl-uploadprogress-extension-for-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.