<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>POST Archives</title>
	<atom:link href="https://openjavascript.info/tag/post/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/tag/post/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Sun, 12 Feb 2023 13:03:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>https://openjavascript.info/wp-content/uploads/2023/12/cropped-android-chrome-192x192-1-32x32.png</url>
	<title>POST Archives</title>
	<link>https://openjavascript.info/tag/post/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Validate File Size Before Upload with JavaScript</title>
		<link>https://openjavascript.info/2023/02/05/validate-file-size-before-upload-with-javascript/</link>
					<comments>https://openjavascript.info/2023/02/05/validate-file-size-before-upload-with-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sun, 05 Feb 2023 19:33:58 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Form Validation]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[POST]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6658</guid>

					<description><![CDATA[<p>Minimize server requests by validating file size before uploading.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/02/05/validate-file-size-before-upload-with-javascript/">Validate File Size Before Upload with JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/02/05/validate-file-size-before-upload-with-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upload Multiple Files using the Fetch API</title>
		<link>https://openjavascript.info/2022/12/28/post-multiple-files-with-the-fetch-api/</link>
					<comments>https://openjavascript.info/2022/12/28/post-multiple-files-with-the-fetch-api/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 28 Dec 2022 08:30:59 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6478</guid>

					<description><![CDATA[<p>Learn how for both an input the 'multiple' attribute and with multiple input elements.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/28/post-multiple-files-with-the-fetch-api/">Upload Multiple Files using the Fetch API</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/28/post-multiple-files-with-the-fetch-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GET, POST, PUT &#038; DELETE using AJAX in JavaScript</title>
		<link>https://openjavascript.info/2022/08/04/get-post-put-delete-using-ajax-in-javascript/</link>
					<comments>https://openjavascript.info/2022/08/04/get-post-put-delete-using-ajax-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Thu, 04 Aug 2022 13:14:50 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=5321</guid>

					<description><![CDATA[<p>AJAX (XMLHttpRequest) is a native object for making HTTP requests in JavaScript.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/08/04/get-post-put-delete-using-ajax-in-javascript/">GET, POST, PUT &#038; DELETE using AJAX in JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/08/04/get-post-put-delete-using-ajax-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>POST form data (also including a file) using Axios</title>
		<link>https://openjavascript.info/2022/08/03/post-form-data-using-axios/</link>
					<comments>https://openjavascript.info/2022/08/03/post-form-data-using-axios/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 03 Aug 2022 07:51:30 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[Axios]]></category>
		<category><![CDATA[formData]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[POST]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=5300</guid>

					<description><![CDATA[<p>Make a POST request containing form data as the payload using Axios.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/08/03/post-form-data-using-axios/">POST form data (also including a file) using Axios</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/08/03/post-form-data-using-axios/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Upload progress bar using XHR (Fetch alternative)</title>
		<link>https://openjavascript.info/2022/07/01/upload-progress-bar-using-xhr-fetch-alternative/</link>
					<comments>https://openjavascript.info/2022/07/01/upload-progress-bar-using-xhr-fetch-alternative/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Fri, 01 Jul 2022 05:14:29 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<category><![CDATA[XMLHttpRequest]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4911</guid>

					<description><![CDATA[<p>The XMLHttpRequest (XHR) object can be used to make and track upload progress.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/07/01/upload-progress-bar-using-xhr-fetch-alternative/">Upload progress bar using XHR (Fetch alternative)</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/07/01/upload-progress-bar-using-xhr-fetch-alternative/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to upload a file using the Fetch API</title>
		<link>https://openjavascript.info/2022/06/08/how-to-upload-a-file-using-the-fetch-api/</link>
					<comments>https://openjavascript.info/2022/06/08/how-to-upload-a-file-using-the-fetch-api/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 08 Jun 2022 08:03:49 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4560</guid>

					<description><![CDATA[<p>You can upload a file using the Fetch API as part of a FormData object or as a standalone file.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/06/08/how-to-upload-a-file-using-the-fetch-api/">How to upload a file using the Fetch API</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/06/08/how-to-upload-a-file-using-the-fetch-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create an upload progress bar with Axios</title>
		<link>https://openjavascript.info/2022/06/06/upload-progress-bar-with-axios/</link>
					<comments>https://openjavascript.info/2022/06/06/upload-progress-bar-with-axios/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 06 Jun 2022 06:09:39 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[Axios]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4543</guid>

					<description><![CDATA[<p>Using Axios, you can track the upload progress of a POST request to create a progress bar.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/06/06/upload-progress-bar-with-axios/">Create an upload progress bar with Axios</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/06/06/upload-progress-bar-with-axios/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>POST form data using JavaScript&#8217;s Fetch API</title>
		<link>https://openjavascript.info/2022/04/26/post-form-data-using-javascripts-fetch-api/</link>
					<comments>https://openjavascript.info/2022/04/26/post-form-data-using-javascripts-fetch-api/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 26 Apr 2022 07:56:05 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[POST]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4069</guid>

					<description><![CDATA[<p>Fully control form data submission using JavaScript's Fetch API.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/04/26/post-form-data-using-javascripts-fetch-api/">POST form data using JavaScript&#8217;s Fetch API</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/04/26/post-form-data-using-javascripts-fetch-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using fetch to make GET, POST, PUT and DELETE requests</title>
		<link>https://openjavascript.info/2022/01/03/using-fetch-to-make-get-post-put-and-delete-requests/</link>
					<comments>https://openjavascript.info/2022/01/03/using-fetch-to-make-get-post-put-and-delete-requests/#comments</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 18:42:06 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[DELETE]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[GET]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[PUT]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=2405</guid>

					<description><![CDATA[<p>Learn how to make HTTP requests in plain JavaScript using it's in-built fetch method.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/01/03/using-fetch-to-make-get-post-put-and-delete-requests/">Using fetch to make GET, POST, PUT and DELETE requests</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/01/03/using-fetch-to-make-get-post-put-and-delete-requests/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
