|
Search
You searched for the word(s): upload'A=0
Showing page 250 of 656 (6,557 total posts)
< 1 second(s)
-
We are trying to use ASPUploader from the examples provided in the download. We have it working...but the files get uploaded as .resx files. How do we get them uploaded as regular files (.jpg, etc...) We need to display them on the page and actually keep them on the server. The only way we could get this to work at all was to use this code. Any ...
-
Dear SergeyC,
Yes, you can add extra code to validate the uploaded files and interrupt the upload process, please refer to the following code:
<%@ Page Language=''C#'' Title=''First sample'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
-
Dear Oldhammer,
1. How to save the edited content to document?
http://phphtmledit.com/Edithtml.php, you can find its source code in installation package.
2. How to set unique upload folder for every user?
For the different users, you can set different Image Gallery path for each user.
User ...
-
Hi hassan, This issue only happen on the trial license. Please change the CurrentCulture to ''en-Us'' before method below(red code) and than change back to ''ar-SA'' after it. CuteWebUI.MvcUploadFile file = uploader.GetUploadedFile(fileguid); Below is the new code of ...
-
Dear Loet van Oostenbde,
1. please open file ''\phpuploader\include_phpuploader.php''
2. you can find the following code around line 395
$cd=dirname($this->GetWebPath(__FILE__));
$this->ResourceDirectory=''$cd/resources'';
...
-
I have the ajax upload working using the Attachment Table demo. This works really well for the Insert.
Need help with the following:
Existing file list relating to the record needs to be aded to the Attachment table so I can allow users to delete existing records.
I am not sure how to pass the file list to the list considering ...
-
Hi, We are using cutesoft AJAX uploader. The uplodaer is implemented using HTTP Modules. Everything works well. The problem is that if the user clicks the upload button after being idle for long (means after session time out) the control throws and error. I just want to know the work around to bypass this issue. Note:- We are just ...
-
Still in testing phase, but had worked fine for several weeks after some re-programming. However, today, the upload form is simply not there. Checking the source code shows a <form...></form>, with nothing in between. Obviously, in the asp code, inside the <form> is where the aspuploader is called, but it is not outputting ...
-
We've our web-server (Win2k3/IIS6 with ASP enabled) behind a Proxy/Firewall (MS-ISA 2k7) with configuration to publish (via HTTPS protocol) our internal web-server/application to the internet: the ''reverse proxy'' feature require a ''plain text'' authentication (protected with HTTPS) to access to DMZ.
Inside our network (intranet) everything ...
-
we have recently downloaded aspuploader to check it for a new project and have found the following bizarre behaviour. In our in-house server the uploader works great , but in the remote server we can only upload files up to 40Kb !!! even thou we have set uploader.MaxSizeKB to 2MB. It surely must be a server configuration problem, but ...
... 250 ...
|
|
|