|
|
Browse by Tags
All Tags » ajax
Showing page 1 of 3 (27 total posts)
-
I have an C# ASP.net page that adds the editor programmatically:
protected void Page_Load(object sender, EventArgs e)
{
RTE.Editor ed = new RTE.Editor();
ed.ID = "myEditor";
Page.Controls.Add(ed);
}
This works fine in IE7 ...
-
I am having an issue when rendering the image gallery multiple times with different GalleryFolders. I have implemented the gallery inside an AJAX ModalPopupExtender on my master page. From another page, the user clicks a link to display a particular gallery. In the code behind on the master page I change the GalleryFolder ...
-
This is my uploding url...http://yc.smabes.com/Admin/UpdateArticleImages.aspx?ArticleId=27
-
I am using ajaxuploder in asp.net. Its working fine in local,but it gives me error in live environment., Failed to load resource: the server responded with a status of 500 (Internal Server Error).This error comes at the end of file uploading process.this is that control's markup.,<CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' ...
-
I am using ajaxuploder in asp.net. Its working fine in local, but it gives me error in live environment., Failed to load resource: the server responded with a status of 500 (Internal Server Error).This error comes at the end of file uploading process.this is that control's markup.,<CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' ...
-
I am using ajax multiple file uploader, not by the normal asp fileupload control.. Its working fine in local, but it gives me error in live environment., Failed to load resource: the server responded with a status of 500 (Internal Server Error).This error comes ...
-
Hello: When I upload an image file, the upload starts and i see the checkmark next to the file name that shows the upload was completed. However when I go to the folder the that the images should be in; nothing is there. Here is my code: <%@ Page Language=''C#'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
-
front end code: <?php
$uploader=new PhpUploader();
$uploader->MultipleFilesUpload=true;
$uploader->InsertText=''Select multiple files (Max 10M)'';
...
-
Hi Support,
this issue is closed ... The problem was with our session handler registration being called after include_phpuploader.php so where the include was writing a session to the filestore using the standard ...
-
Dear sir, I am using your product 'PHP File Uploader'. Its good feature product of yours and its all features working fine including all browsers. But one problem is occur in mozilla firefox latest version that i have the browse button is not showing in mozilla firefox. Black color is ...
1
|
|
|