It was determined that I needed to use the MultipartPost module to do the uploads and I have that working and I believe that requires the HTTP library. I have also been able to do downloads with the HttpUtils2 library and tutorial. But I still can not get both to work within the same app. If I have both libraries checked, and HttpJob and HttpUtils2Service modules added, then I get an error stating that "HttpUtils2Service is declared twice. You should either remove the library reference or the code module." But if I remove those modules, and keep both libraries checked, then I get a compilation error stating "Unknown member: JobName" for the downloads. And if I uncheck the HTTP library, then the uploads won't work. All I wanted to do was upload and download zip files to a server from my app. I have read the entire Beginner's Guide, User's Guide, the new book, tutorials, and numerous posts. Could someone please help me accomplish this, and I will send a donation your way. Thanks.