function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
n1009n1009 

How to check response oh http Post request.

I'm making a page in which i'm uploading a file to Amazon and i'm using:

 

<form id="formId" action=""
        method="post" enctype="multipart/form-data">

 

this method.

 

now i want to check the response of post request..but not getting how?

plz help...

thanks in advance

 

 

Shivanath DevnarayananShivanath Devnarayanan
Hello,

I dont know if this is going to help you , but have you tried the developer tools in the the browser .. You an press F12 to make it appear
n1009n1009

thanks for help...

let me xplain you problem....when i send file to Amazon it gives me response in a link:

 

https://salesforce/apex/pqr?myName=abc&FileName=xyz

 

but i want 2 give some status about file transfer succesfully send or not..without open link..

i'm nt figured out how?