diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index fb2e329..568d4cb 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -2060 \ No newline at end of file +2061 \ No newline at end of file diff --git a/FLocal.Migration.Console/UploadProcessor.cs b/FLocal.Migration.Console/UploadProcessor.cs index 3444c29..ae22553 100644 --- a/FLocal.Migration.Console/UploadProcessor.cs +++ b/FLocal.Migration.Console/UploadProcessor.cs @@ -31,10 +31,10 @@ namespace FLocal.Migration.Console { id = raw; break; case "gif": - id = 500000 + raw; + id = 5000000 + raw; break; case "png": - id = 600000 + raw; + id = 6000000 + raw; break; default: throw new FLocalException("wrong extension");