|
Search
You searched for the word(s): IE 9 upload
Showing page 59 of 656 (6,557 total posts)
< 1 second(s)
-
Hi there,
I only noticed this in v5.2 but is there a reason that spaces are not allowed in filenames anymore?
I used to be able to upload files like 'My Logo.jpg' or 'Company Sales.pdf'.
And is there a way to remove this restriction?
It's helluva task to rename every file everytime...
-
You do need give ASPNET account write permisssion to the gallerypath, flashgallerypath and filegallerypath.
>>While the demo doesn't have this problem.
Maybe you are tesing the demo version on FAT32 file system.
If it's running on NTFS file system, please right click the upload folder and check the permission ...
-
Hi,
I don't seem to be able to set the file upload path.
This is what I try (where ceContent is an instance the editor): ceContent.Setting[''security:FilesGallaryPath'']= ''~/UserRsx/documents'';
However I still get the default path: ''/uploads''The similar setting for ImageGalleryPath is working fine ...
-
Hi,
Please refer to http://www.ajaxuploader.com/FAQ.htm#16 "How do I handle a large file upload?" secton, ensure that your large file upload settings are correct.
And you can send the info to Kenneth@CuteSoft.net directly.
Regards,
Ken
-
Hi cw808,
I thing you added the code in page load event, try add in Init.
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
...
-
John,
Now I guess that is an proxy/firewall issue.
Because for the silverlight XAP file, our server code do not provide header 'Content-Type' for it,
And the firewall may not allow the XAP to be downloaded , so the button keep disabled and waiting silverlight load.
We have add 'Content-Type' for it. Please try ...
-
hi DavideDiametro, Do you get the same problem on the online demo http://aspuploader.com/demo/form-multiplefiles.asp? Is your site online? If so, can you send me your ploader page url? So I can check it for you. Kenneth@CuteSoft.net Regards, Ken
-
Hi obaid7400,
The VPN environment you mean is the server environment or the client side pc environment? If you mean the server, then please refer to http://www.ajaxuploader.com/FAQ.htm#16 "How do I handle a large file upload?" section, ensure that your large file upload settings are ...
-
Hi krajiv23,
Please try the example page below, it shows you how to achieve this requirement. I use a button as the uploader button by property "InsertButtonID". And changed the text of this button when uploading and upload ...
-
Kai,
>>So how could I allow uploading all files?
No, we don't allow upload all types of files.
We have an internal files type array which contains all the files allowed to upload. Even you add <item>.myfiletype</item> into the security policy file, this file type will be restricted if it's not in that ...
... 59 ...
|
|
|