dotnet / systemweb-adapters

MIT License
332 stars 58 forks source link

Missing(Porting) SaveAS API to HttpPostedFile #459

Closed birojnayak closed 4 months ago

birojnayak commented 7 months ago

This will bring the SaveAS API to HttpPostedFile, which will be used in FileUpload control https://github.com/CoreWebForms/CoreWebForms/issues/29

Fixes #451

twsouthwick commented 7 months ago

btw putting "Fixes ..." at the bottom automatically links to the issue and will close it upon completion (as well as kicks off some automation we have)

birojnayak commented 7 months ago

btw putting "Fixes ..." at the bottom automatically links to the issue and will close it upon completion (as well as kicks off some automation we have)

ok.. I have been tagging in the description , can stick to what suggested here as long as it triggers the automation.

twsouthwick commented 7 months ago

@birojnayak there appears to be a weird merge thing going on. Can you clean that up? The #457 change is showing up here when it shouldn't be

AvremelM commented 5 months ago

@birojnayak Is there a chance this PR could also add SaveAs() to HttpPostedFileBase and HttpPostedFileWrapper as well?

birojnayak commented 5 months ago

@twsouthwick feel free to merge it.. added to HttpPostedFileBase and HttpPostedFileWrapper