Menu

#209 Help installing upload Tracking method upload progress

svn
open
nobody
None
1
2018-08-13
2018-08-10
Anonymous
No

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.

Discussion

  • Alessandro Briosi

    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.

     
    • 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.

      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 =

       

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.