How to send image using ec200u-cn on server using https

i am storing image in jpeg in UFS then sending on AWS server .
AT+QIACT=1
AT+QIDEACT=1

AT+QHTTPCFG=“sslctxid”,2
AT+QSSLCFG=“sslversion”,2,4
AT+QSSLCFG=“ciphersuite”,2,0xFFFF
AT+QSSLCFG=“seclevel”,2,2
AT+QSSLCFG=“cacert”,2,“UFS:-----”
AT+QSSLCFG=“clientcert”,2,“UFS:—”
AT+QSSLCFG=“clientkey”,2,“UFS:----”
AT+QHTTPCFG=“contenttype”,3
AT+QHTTPURL=51,80
https://============
AT+QHTTPPOSTFILE=“UFS:img.jpeg”,30,0
AT+QHTTPREADFILE=“UFS:txt.txt”,80
[2024-10-09 18:07:47:076_R:] +QHTTPREADFILE: 705
but i am getting error

Hi @Trupti_Yerne
The urc delivered by the network can be read using qhttpred only after it is received. In addition, you can configure the following three commands to try to connect.