Skip to main content
1-Visitor
January 24, 2017
Question

File size limitation for file upload widget

  • January 24, 2017
  • 3 replies
  • 4812 views

Hi Guys,

does anyone know what is precise file size that can be transferred via File upload widget (or DnD upload widget).

Is it file type dependent?

How can be increased?

I found that only very small file sizes can be uploaded.

I am running my TW 7.3.0 on CentOS

Thanks

3 replies

5-Regular Member
January 24, 2017

I don't believe there is any limit -- I have uploaded files of  around a gigabyte before with no issue, you just have to leave the page open  while it is processing -- you can monitor the file transfer from the FileRepository thing by invoking the service GetFileListing, or  by UploadComplete  event on the  widget to trigger some logging  service.

1-Visitor
January 24, 2017

Hi Tomas Coufal​,

Yes, James McCuen​ is right. There's no limit - but be aware that File Upload widget does not show any confirmation / failure message by default after the upload is done or fails.

There is possibility to show such a message by triggering e.g. Status Message widget with UploadComplete and UploadFailed events of the File Upload widget.

tcoufal1-VisitorAuthor
1-Visitor
January 24, 2017

Yes I am aware of that. I have it exactly like this, but..

I am uploading fairly small pdf files, around 2 - 3 Megs, it fails to upload. If I upload files less than 1MB it works ok.

What could it be?

tcoufal1-VisitorAuthor
1-Visitor
January 24, 2017

Ok, found it.

First thing. I am running on Linux env. I copied folders and files via sftp, forgot to change ownership from root:root to tomcat:tomcat though

It still failed with files larger than few megs. Turned out that this is the nginx default config limitations, which we are using as proxy and load balancer..

It should be ok..

Thanks guys

1-Visitor
January 24, 2017

Glad that the problem is solved. In case of any further issues, let us know.

Regards,

J.

20-Turquoise
January 24, 2017

Be advised that there is a jira PSPT-3153 to provide defined limitations, as currently it seems that the large (>24gbs) uploads may cause a crash.

5-Regular Member
January 24, 2017

Hey Polina,

This ticket refers just to file transfers initiated by FileTransferSubsystem, specifically when the Copy service is used to copy a file across two file repositories, and shouldn't impact the FileUplaod widget, which uses a REST call to post the file content to the repository.