Tagged Questions
1
vote
0answers
64 views
a modal dialog that it's url has been copied not working properly
I've got a modal dialog with an upload control in it which is working with no problems. but when i try to copy the modal dialog's url (right click -> properties) and paste it in another ...
2
votes
1answer
116 views
Open MultiUpload modal form
Could you please tell me how to open a MultiUpload modal form, without using or displaying the single upload form?
<script language="javascript" type="text/javascript">
$(function () {
...
1
vote
1answer
338 views
Upload.aspx auto check/uncheck option to overwrite files from client side js/jquery
So if I reference the upload.aspx with guid, show that dialog from a link or something from a page, is there anyway I can get to the elements of that form? I only have javascript/jquery and designer ...