The Letter E Posted May 20, 2012 Share Posted May 20, 2012 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 Quote Link to comment https://forums.phpfreaks.com/topic/262807-pecl-uploadprogress-extension-for-php/ Share on other sites More sharing options...
The Letter E Posted May 21, 2012 Author Share Posted May 21, 2012 I'm a dumb. This problem boiled down to a small syntax error in my js. Works like a charm now! Hurray for non-flash based file upload progress bars!! Quote Link to comment https://forums.phpfreaks.com/topic/262807-pecl-uploadprogress-extension-for-php/#findComment-1347192 Share on other sites More sharing options...
trq Posted May 21, 2012 Share Posted May 21, 2012 Just a FYI. Upload progress comes built into php5.4 Quote Link to comment https://forums.phpfreaks.com/topic/262807-pecl-uploadprogress-extension-for-php/#findComment-1347236 Share on other sites More sharing options...
The Letter E Posted May 21, 2012 Author Share Posted May 21, 2012 Just a FYI. Upload progress comes built into php5.4 I haven't upgraded yet. Quote Link to comment https://forums.phpfreaks.com/topic/262807-pecl-uploadprogress-extension-for-php/#findComment-1347434 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.