Thanks for replying! Honestly I am not sure what is causing it, the page still seems to act the same except for the download location, still needs to have the same javascript code sent to download the files, which is like 30 per page so setting the initdownload with the location and filename necessary where it is and how often it does get set. I have been able to figure out where the downloads go and I am finding the location everytime when the download does not go where I want, because the directory has changed on me off and on between downloads. I do seem to need to keep that directory clean on successful downloads as well since it seems they stay there, but the code seems to work so I guess it is ok for now. I am not sure what has caused the issue to start yet, maybe one day it will show itself. For anyone that faces this in the future my "temp" directory for the downloads within the Webview was within the C:UsersmyuserdirAppDataLocalTemp2 I just scan it each download to find the last created directory and the files just show up in there with a temporary name with no extension, I just move them and name them where I want them to go, so at some point may just forgo the initdownload setting and do it on my own, may be more stable, unless I am just doing something stupid I have not found yet, which is highly possible.Thanks again!