770770
14 years agoNew Contributor
Upload->Submit->Automation
Hi,
I have a link for example http://myurl.com/test.php, I'm not sure what is on this page but the HTML version of this page has a text box to enter the key and a upload box to submit a file.
I'm trying to set up a WADL to this website and so far its been good. I made a POST resource.
I used attach file function to replace the "upload a file" and created an attribute called "key" and set its value to my key. When I press run, it says invalid key(key is valid because on the html version, it works) , I am not sure why this is happening...
Summary:
For some reason the key I set as the attribute is not copying over to my php page and I'm not sure if I am uploading files properly.
I have a link for example http://myurl.com/test.php, I'm not sure what is on this page but the HTML version of this page has a text box to enter the key and a upload box to submit a file.
I'm trying to set up a WADL to this website and so far its been good. I made a POST resource.
I used attach file function to replace the "upload a file" and created an attribute called "key" and set its value to my key. When I press run, it says invalid key(key is valid because on the html version, it works) , I am not sure why this is happening...
Summary:
For some reason the key I set as the attribute is not copying over to my php page and I'm not sure if I am uploading files properly.