Skip to content

Commit

Permalink
Update 2015-12-17-websphere-jax-rs-file-upload.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbreaux committed Oct 16, 2024
1 parent 3cc4fdc commit bc42d0a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions _posts/2015-12-17-websphere-jax-rs-file-upload.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
---
title: JAX-RS in WebSphere to accept uploaded files
tags: [ .net, upload, internet-explorer, jax-rs, http, c#, file, websphere, rest, wink ]
tags:
- .net
- upload
- internet-explorer
- jax-rs
- http
- c#
- file
- websphere
- rest
- wink
---
We've recently had a need to accept files submitted by a partner and perform some processing on them, with the partner returning later to retrieve the results. Rather than the "old", standard approach of using something like sftp and regularly kicking off a cron job to look for input files, this seemed like a good case for a Web Service.

Expand Down Expand Up @@ -78,5 +88,5 @@ Our partner appears to be using a C# .NET client, and even after he had success

### Later notes

* Regarding IE behavior, also see URLACTION_HTML_INCLUDE_FILE_PATH at https://msdn.microsoft.com/en-us/library/ms537178(v=vs.85).aspx (_Jan 3 2018_)
* "Wayback machine" link to original IE full-path issue. Seems to redirect to a generic MDN page now, not describing that IE-specific behavior: https://web.archive.org/web/20170930214816/https://msdn.microsoft.com/en-us/library/ms535128(v=vs.85).aspx (_Jan 3 2018_)
* Regarding IE behavior, also see URLACTION_HTML_INCLUDE_FILE_PATH at [https://msdn.microsoft.com/en-us/library/ms537178(v=vs.85).aspx](https://msdn.microsoft.com/en-us/library/ms537178(v=vs.85).aspx) (_Jan 3 2018_)
* "Wayback machine" link to original IE full-path issue. Seems to redirect to a generic MDN page now, not describing that IE-specific behavior: [https://web.archive.org/web/20170930214816/https://msdn.microsoft.com/en-us/library/ms535128(v=vs.85).aspx](https://web.archive.org/web/20170930214816/https://msdn.microsoft.com/en-us/library/ms535128(v=vs.85).aspx) (_Jan 3 2018_)

0 comments on commit bc42d0a

Please sign in to comment.