Commit 13643a2 1 parent 23fcf91 commit 13643a2 Copy full SHA for 13643a2
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
28
28
$ file = $ _FILES ["file " ];
29
29
30
- if ($ file ["size " ] > (50 * 1024 * 1024 ) || $ file ["error " ] !== 0 )
30
+ if ($ file ["size " ] > (100 * 1024 * 1024 ) || $ file ["error " ] !== 0 )
31
31
{
32
32
die ("error/ {$ file ['error ' ]}" ); /* Intentionally short-circuit. */
33
33
}
Original file line number Diff line number Diff line change 3
3
< div class ="upload ">
4
4
< button class ="pure-button button-browse " id ="upload_activator " type ="button "> Click to upload</ button >
5
5
< span class ="dragdrop-instructions ">
6
- ... or < strong > drag and drop</ strong > a PDF file here, to upload it (max. 50 MB).
6
+ ... or < strong > drag and drop</ strong > a PDF file here, to upload it (max. 100 MB).
7
7
</ span >
8
8
< input type ="hidden " name ="MAX_FILE_SIZE " value ="52428800 ">
9
9
< input type ="file " name ="file " id ="upload_element " accept ="application/pdf ">
You can’t perform that action at this time.
0 commit comments