ive been googling how to do this for the last day and cant find anything in the documentation or the web on how to add the upload progress component to my server. anyone have some instructions? Please and thank you.
Openupload is quite old, and I haven't tryed installing it since long time with this feature enabled.
It was my intention to give it a refresh (which is in git code now and is mostly working).
I have no time now to go and check this feature, as at the writing time most of the browsers should report by themselvs the progress. Also probably now it would be better and go using html5 api for upload progress.
Sorry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2018-08-13
Thanks for the response,
For anyone else who finds this post using this guide worked for me for install upload progress on my debian 8 server this also has many guides for diffrent operating systems.
there is also another place in the PHP.ini file that you need to modify for uploads and progress to actually work. In the instructions it tells you to modify the application adn the php.ini file for upload_max_filesize = , but fails to mention that the updated php application requires one more area to modify wich is post_max_size =. see below!
Openupload is quite old, and I haven't tryed installing it since long time with this feature enabled.
It was my intention to give it a refresh (which is in git code now and is mostly working).
I have no time now to go and check this feature, as at the writing time most of the browsers should report by themselvs the progress. Also probably now it would be better and go using html5 api for upload progress.
Sorry.
Thanks for the response,
For anyone else who finds this post using this guide worked for me for install upload progress on my debian 8 server this also has many guides for diffrent operating systems.
https://www.drupal.org/node/2549141
there is also another place in the PHP.ini file that you need to modify for uploads and progress to actually work. In the instructions it tells you to modify the application adn the php.ini file for upload_max_filesize = , but fails to mention that the updated php application requires one more area to modify wich is post_max_size =. see below!
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
upload_max_filesize =
;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;
post_max_size =