Well we had another breakthrough in the category of why do XNAT Desktop Uploader Image uploads not complete and stall while archiving.
To make a long story short, if the POST requests are not working for someone to get the images uploaded, the first thing they should check is if post requests are working at all.
run this in the terminal or in the cmd I guess for windows (you can search for cmd in the Search at the bottom)
run
curl -X POST -u userid https://yourwebsite.edu/data/JSESSIONIf you use the correct username and password, and this returns a real value...that will let you know that POST requests are still working and allowed.
If you use the correct username and password, and this does not return a real value..you may get an error message of some sort...that will let you know that POST requests are not allowed and being blocked by the institution.
double check that your username and passwords are correct in the steps above.
if you find that POST requests are workingthere is a folder that stores all the cache for XNAT Desktop Uploader and a few other things.
The process to find it on windows is:
1. You have to press WIN + R
2. Search for %AppData% and hit Enter
3. Inside that folder should be a Roaming folder and in that Roaming a XNAT Desktop Client
folder.
4. Delete the XNAT Desktop Client Folder
5. In XNAT Desktop Client remove/delete all the saved server logins on home page
6. Have person start by making a new server login/connection with the ADD NEW XNAT
SERVER BUTTON
7. Consider flushing the user cache just to be safe. That option is available after you log in to the XNAT Desktop Client and at the top press the blue Home
button. There is a button to flush cache there
8. But the main task here that gets things working is deleting the XNAT Desktop Client
Folder. After that folder is deleted and you start over uploads start working.