What is maximum file size for File Upload using chunk?

1 Answer 215 Views
Upload
Sam
Top achievements
Rank 1
Sam asked on 17 Aug 2023, 12:52 PM
We are using Telerik for Asp.Net Core.  Using the file upload control in asynchronous chunk mode is there a maximum file size?  I know in synchronous mode its about 2gb, but I am curious if using chunk mode we can go past that since the file is uploaded in pieces.?

1 Answer, 1 is accepted

Sort by
0
Vasko
Telerik team
answered on 21 Aug 2023, 12:28 PM

Hi Sam,

Currently, there is no maximum file upload size when using the chunk method. In fact, you can actually set the maximum file upload size and chunk upload size per upload within each Upload component:

  • Setting Chunk upload size - in this Demo you can see how the chunk upload size is being set using the.ChunkSize() method, which takes bytes as a parameter.
  • Setting maximum/minimum upload size - here you can read more about setting the maximum/minimum upload size per Upload component, as well as making it so people can upload whatever file extensions you've set the Upload component to be compatible with.

I hope this clarifies what you asked for, Sam. Be sure to contact us again if you have any further questions regarding the Upload component or something else.

 

Regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.
Tags
Upload
Asked by
Sam
Top achievements
Rank 1
Answers by
Vasko
Telerik team
Share this question
or