I am having an issue with my attempt to upload, crop an image and then save it. At first i upload and it works like it should but for some reason it does not add the cropper (the square you use to crop the image with) and if i simply press the Crop button
it tells me that the inputstring is not in correct format.
I use a masterpage and because of this i had to add <%= X.ClientID %> as far as i could read from other peoples issues with finding values.
Member
28 Points
124 Posts
JCrop with Upload cannot find value
Mar 18, 2011 10:21 AM|Chrenner|LINK
Hi.
I am having an issue with my attempt to upload, crop an image and then save it. At first i upload and it works like it should but for some reason it does not add the cropper (the square you use to crop the image with) and if i simply press the Crop button it tells me that the inputstring is not in correct format.
I use a masterpage and because of this i had to add <%= X.ClientID %> as far as i could read from other peoples issues with finding values.
Top of my .aspx page:
Here's my .aspx page:
And here's my .cs page:
I am pretty lost at this point since everything looks right to me, but hopefully you can see if i've made a mistake somewhere?