staidedillcer
New Member
\[code\]Content-Disposition: form-data; name="__VIEWSTATE"/wEPDwUKMTQxNzIxMTc0MQ9kFgICAw8WAh4HZW5jdHlwZQUTbXVsdGlwYXJ0L2Zvcm0tZGF0YWRkflsROmXoLo8ar8ukWWYDh1Wr2BCwmhiAAqpX/xwqLq8=Content-Disposition: form-data; name="__EVENTVALIDATION"/wEWBgKJ1KD6AwKH3P+GBQLr/4HeAgKWoZqyCQLinqurDALt3oXMA0YLgb/Mt6KGihl+8ixYoY9A24wgHGGoPAINhuyP7nEl\[/code\]We make a site where users can upload photos.Latter we decided that users can also upload photos via other apps and we like to have a uniform interface. So the other apps work with the same page.We notice that we cannot upload photos unless we know the value of __EVENTVALIDATION and __VIEWSTATEOf course the app can just load the uploading image but that's kind of a hassle.What are those for anyway? Is there a way to upload images to aspx upload web without specifying things.