Asynchronous Upload

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shalmaxb
    Senior Member
    • Mar 2015
    • 1658

    Asynchronous Upload

    Is it meanwhile possible to have uploads of large files (I provide large digital images in my installation) in form of asynchronous uploads?
  • yuri
    Member
    • Mar 2014
    • 8876

    #2
    Espo frontend is 100% asynchronous, What do you mean?
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • shalmaxb
      Senior Member
      • Mar 2015
      • 1658

      #3
      Hi,
      when I upload an image of about 100 MB file size, there are various php configurations involved:

      max_execution_time
      max_input_time
      max_post_size
      upload_max_file_size

      My provider sets these values by default quite low. Reason is, that possible unauthorized persons could block the server by uploading big files (that is his reason to make this configuration).

      On demand he changes these values, so no problem beyond the security issues for the server.

      He recommends to provide an Ajax asynchronous upload method, which makes it possible, that large files can be uplaoded in chunks over time and which would not cause problems by low php values.

      I do not know enough about that to be able to judge it. But I already experienced, when the file size is bigger as configured in php.ini, the upload will not be executed,

      Comment

      • yuri
        Member
        • Mar 2014
        • 8876

        #4
        Espo does not have uploading in chunks.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8876

          #5
          I hope in future will implement it.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          Working...