Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Uploading pdf file to webserver
#1
I'm trying to upload a pdf file (~50kB) to a web server with h.PostFormData.

When I run the macro first time, I get the following error message: h.lasterror=The action must be retried. I retried many times and it didn't help. If I change a[0].isfile=1 to a[0].isfile=0, I don't get any error message and the web server responses. Of course, the file is not uploaded.
Now, if I change a[0].isfile back to 1, the macro uploads the file and will work until I restart QM.

Do I miss some initialization or anything else?
#2
Maybe the web server requires at first post form without file. If works, call PostFormData 2 times. First time with isfile 0, next with isfile 1.


Forum Jump:


Users browsing this thread: 1 Guest(s)