This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3701dc630 fix typo
     new 09a8a52fb Merge pull request #113 from bfoster-discovery/patch-1
3701dc630 is described below

commit 3701dc63065d7048a31fae27fe2608d208632f55
Author: bfoster-discovery <[email protected]>
AuthorDate: Wed Jul 26 14:55:07 2023 -0400

    fix typo
    
    /content/pages should be /content/folder in that example
---
 .../bundles/manipulating-content-the-slingpostservlet-servlets-post.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
 
b/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
index e671fe669..1ee9a7d5d 100644
--- 
a/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
+++ 
b/src/main/jbake/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.md
@@ -185,7 +185,7 @@ Example 1: Upload an image to a node named `image` below 
`/content/page`:
 
 Example 2: Upload a file as a node of type `nt:file` below `/content/folder`:
 
-    <form method="POST" action="/content/page" enctype="multipart/form-data">
+    <form method="POST" action="/content/folder" enctype="multipart/form-data">
         <input type="file" name="*" />
         <input type="hidden" name="*@TypeHint" value="nt:file" />
         <input type="Submit" />

Reply via email to