I've got very hard problem i can't really handle on my own. On our page we have Upload and RadEditor. Upload is used to load images inside the RadEditor. Upload allows to load one image at a time, then user clicks the button for upload and his/her image is loaded on RadEditor.
Aside from all
this, we also have "Save" button. When user clicks it - RadEditor's html
content gets saved to database (after saving user should be able to work with upload and radeditor). It of course causes postback. After that click event - whenever user
tries to add another picture with FileUpload, the UploadedFiles.Count equals 0.
What's more awkward if i remove this emply UpdatePanel i can't load any files - when i click btnUpload the file's count is 0.The question is: why can't i upload files after clicking save button? All the save method does is to save RadEditor's content to database.