I am trying to upload an image from the front end and change a current image to the uploaded image, but i keep getting a 500 (Internal Server Error) error. Here's my code:
Well the first question is, is it getting to your upload action?
Have you stepped through to find out on what line the issue is occurring and have you managed to identify the stack trace of the 500 error to identify the real error?
Ajax upload on front end of Umbraco project
I am trying to upload an image from the front end and change a current image to the uploaded image, but i keep getting a 500 (Internal Server Error) error. Here's my code:
My Controller:
My Ajax:
If anyone can help It'd be a huge help!
Well the first question is, is it getting to your upload action? Have you stepped through to find out on what line the issue is occurring and have you managed to identify the stack trace of the 500 error to identify the real error?
is working on a reply...