Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .Net Backend Code To .Net Core #574

Open
wants to merge 330 commits into
base: Next
Choose a base branch
from
Open

Update .Net Backend Code To .Net Core #574

wants to merge 330 commits into from

Conversation

MahdiElahi
Copy link

please update the .net codes to .net core codes
because some of codes not work in .net core

mrawdon and others added 30 commits March 16, 2015 12:21
Added support for multiple part file extensions
Added support for promises returned from generateUniqueIdentifier
fix order of operations bug with duplicate files in one drag/drop
add parameter namespacing support
fix dropping a folder with a large number of files in it
This bug causes the preprocessState to be reset to 1 even after preprocess runs and sets it to 2. This results in chunks not thinking they are complete and causing issues later in the event chain.
Merges in preprocessState issues found discussed in issue #114.
Java sample converted to Maven project
The default action of dragenter is to "Reject immediate user selection as
potential target element". Internet Explorer follows this, and therefore
stops the drag and drop from working as intended.

See http://www.w3.org/html/wg/drafts/html/master/editing.html#dndevents
and
http://www.quirksmode.org/blog/archives/2009/09/the_html5_drag.html
dragenter needs to be preventDefault'd too
Remove moot `version` property from bower.json
missing ` in line 144 * `.chunkingComplete(file)` File is ready for upload
Accept status code 2XX instead of just 200.
Frimko and others added 27 commits August 17, 2018 19:44
* resolve issue #416
Better commonJs module integration
Fixes problem that target url ends with & when all the params disabled
Add `401 Unauthorized` and `403 Forbidden` to `permanentErrors`.
It doesn't make any sense to to try to resend the chunk in those cases.

Fix #354
Close #205
Add 401 and 403 to permanent errors
This tripped me up, so the edit might help others.
The last chunk is larger than resumableChunkSize
modified: file size is numeric iso boolean
Improve typescript definition file, add missing permanentErrors parameter, improve assignBrowse, assignDrop, unAssignDrop signatures.
Fix export of class
Use scoped event in onDrop
Refine TypeScript module definition to make it usable
…mUniqueIdentifier method to return ResumableFile instead of void
Updated resumable.d.ts with defientlyTyped version
Remove timeout around chunk creation and push to chunks array
@MahdiElahi
Copy link
Author

MahdiElahi commented Sep 27, 2020

please change resumableController.cs for .net core

@steffentchr
Copy link
Member

@MahdiElahi thanks for the great work here, and am happy to accept changes on the sample -- but from the number of files changes here it seems that a full-on merge to master would affect the entire repo. Any chance of contributing a slimmer changeset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet