Okay I have changed the ajaxFileUpload, added the code that was given on the site link you posted. I am now able to upload images to the folder. Apparently I was able to do this before at points from different code I have used, because there were images in the folder already. I was unaware that they were there because in Visual Studio that folder shows nothing in it. So when they were added they went into the folder but are not considered part of the project unless I right click and make them part of the project.
I also am getting “.png” added to all of the files even if they are a “.jpg”. Anyway, I am still not getting the actual file name or link added to the record. I would also like to pass the Category name to the controller so that I can create a folder with the category name and put the file into that at upload time. The output does not even show the ProductImage data. All the other fields show the data in my locals view.