File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
],
40
40
"homepage" : " https://github.com/blueimp/jQuery-File-Upload" ,
41
41
"docs" : " https://github.com/blueimp/jQuery-File-Upload/wiki" ,
42
- "demo" : " http ://blueimp.github.io/jQuery-File-Upload/" ,
42
+ "demo" : " https ://blueimp.github.io/jQuery-File-Upload/" ,
43
43
"bugs" : " https://github.com/blueimp/jQuery-File-Upload/issues" ,
44
44
"maintainers" : [
45
45
{
Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery File Upload Plugin GAE Go Example 3.1.1
2
+ * jQuery File Upload Plugin GAE Go Example 3.2.0
3
3
* https://github.com/blueimp/jQuery-File-Upload
4
4
*
5
5
* Copyright 2011, Sebastian Tschan
@@ -30,7 +30,7 @@ import (
30
30
)
31
31
32
32
const (
33
- WEBSITE = "http ://blueimp.github.io/jQuery-File-Upload/"
33
+ WEBSITE = "https ://blueimp.github.io/jQuery-File-Upload/"
34
34
MIN_FILE_SIZE = 1 // bytes
35
35
MAX_FILE_SIZE = 5000000 // bytes
36
36
IMAGE_TYPES = "image/(gif|p?jpeg|(x-)?png)"
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # jQuery File Upload Plugin GAE Python Example 2.1.1
3
+ # jQuery File Upload Plugin GAE Python Example 2.2.0
4
4
# https://github.com/blueimp/jQuery-File-Upload
5
5
#
6
6
# Copyright 2011, Sebastian Tschan
19
19
import urllib
20
20
import webapp2
21
21
22
- WEBSITE = 'http ://blueimp.github.io/jQuery-File-Upload/'
22
+ WEBSITE = 'https ://blueimp.github.io/jQuery-File-Upload/'
23
23
MIN_FILE_SIZE = 1 # bytes
24
24
MAX_FILE_SIZE = 5000000 # bytes
25
25
IMAGE_TYPES = re .compile ('image/(gif|p?jpeg|(x-)?png)' )
You can’t perform that action at this time.
0 commit comments