<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Eaiman Shoshi</title>
    <description>The latest articles on DEV Community by Eaiman Shoshi (@eaimanshoshi).</description>
    <link>https://dev.to/eaimanshoshi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F358492%2Fa7a04f7d-defd-4c84-91fa-667b704bf73b.jpeg</url>
      <title>DEV Community: Eaiman Shoshi</title>
      <link>https://dev.to/eaimanshoshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eaimanshoshi"/>
    <language>en</language>
    <item>
      <title>4 ways to upload multipart file(s) in spring webflux</title>
      <dc:creator>Eaiman Shoshi</dc:creator>
      <pubDate>Wed, 01 Apr 2020 09:42:18 +0000</pubDate>
      <link>https://dev.to/eaimanshoshi/4-ways-to-upload-multipart-file-s-in-spring-webflux-3dol</link>
      <guid>https://dev.to/eaimanshoshi/4-ways-to-upload-multipart-file-s-in-spring-webflux-3dol</guid>
      <description>&lt;p&gt;I have involved in microservice based system design and development using spring webflux for quite a long time. During my work period I had to build a admin portal for back office use only. Where I had to find out how to upload multipart file in spring webflux. And the best part is that, I cannot save the file to the server. So, I have to read the file content without saving it to the server. And I find out that, it is not easy.&lt;/p&gt;

&lt;p&gt;So, I write out my thoughts as a tutorial here: &lt;a href="https://medium.com/@eaimanshoshi/step-by-step-procedure-of-spring-webflux-multipart-file-upload-and-read-each-line-without-saving-it-6a12be64f6ee"&gt;https://medium.com/@eaimanshoshi/step-by-step-procedure-of-spring-webflux-multipart-file-upload-and-read-each-line-without-saving-it-6a12be64f6ee&lt;/a&gt;&lt;br&gt;
There is also a demo project with postman collection and test file included in this tutorial.&lt;/p&gt;

&lt;p&gt;I am sharing this here to share my learning with others. So that we can discuss about this tutorial and get benefit. Looking forward to get some feedback from you guys.&lt;/p&gt;

</description>
      <category>java</category>
      <category>microservices</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
