This repository was archived by the owner on Nov 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ query string of this request URI:
58
58
59
59
* `_method`: The verb that will be used by Fine Uploader when it sends the associated request to Azure.
60
60
Possible values are "DELETE" and "PUT" at this time.
61
- * `_bloburi `: The fully-qualified URI for the blob associated with the request that Fine Uploader will send to Azure.
61
+ * `bloburi `: The fully-qualified URI for the blob associated with the request that Fine Uploader will send to Azure.
62
62
* `qqtimestamp`: You can ignore this parameter. It is simply used to ensure that the browser requests a fresh
63
63
SAS URI from your server every time.
64
64
65
65
#### Verification before returning a SAS URI
66
- Before you return a SAS URI, you might want to verify the `_bloburi ` and `_method` to ensure that the associated
66
+ Before you return a SAS URI, you might want to verify the `bloburi ` and `_method` to ensure that the associated
67
67
user is allowed to perform the requested action on the associated blob. If there is an issue, and your server
68
68
does not want the requested operation to occur, your server should respond with a [403 status code][403]. If your
69
69
server returns a 403, Fine Uploader Azure will not send the underlying request, and will not attempt an auto-retry
You can’t perform that action at this time.
0 commit comments