aboutsummaryrefslogtreecommitdiffstats
path: root/gui/app/views/podupload.html
diff options
context:
space:
mode:
Diffstat (limited to 'gui/app/views/podupload.html')
-rw-r--r--gui/app/views/podupload.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/app/views/podupload.html b/gui/app/views/podupload.html
index 99e83aca2..d6d7c0c6e 100644
--- a/gui/app/views/podupload.html
+++ b/gui/app/views/podupload.html
@@ -13,7 +13,7 @@
<hr/>
- <button class="btn btn-default" ngf-select="uploadFiles($file, $invalidFiles)" ngf-max-size="5MB">
+ <button class="btn btn-default" ngf-select="uploadFiles($file, $invalidFiles)" ngf-max-size="1024MB">
<div ng-show="!loadingOPENrc">Upload</div>
<img src="images/loading2.gif" width="25" height="25" ng-if="loadingOPENrc" />
</button>