|
Search
You searched for the word(s): upload file
Showing page 62 of 336 (3,355 total posts)
< 1 second(s)
-
Adam,
Thanks for the mods. I have tested them and found a couple of problems:
1. In FilePost.asp, the new function ValidFileName only allows extensions gif, jpg, jpeg and png. This conflicts with the function ValidFileExtension which allows many more. Also, ValidFileName is used both for file type ''document'' and ''image''.
2. The ...
-
Hi snaack, For now can not get the new name of the duplicate upload the file. I suggest you use the ''CopyTo'' method to save the upload file. In this method you can handle the file name and the file save location. About the same file name problem, please refer to ...
-
Diane, >>How do I specify the folder to save the uploaded files in? Also, can I change the filenames? Yes, you can specify the uploaded file name and location. For example, you create a multiple upload control: <CuteWebUI:UploadAttachments runat=''server'' ID=''TopicFiles''>
...
-
jjonesdtrt,
Please check the following article:
PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control?
SYMPTOMS
When you try to use the HtmlInputFile control to upload a large file, the file may not be uploaded.
CAUSE
This problem occurs because the default value for the maxRequestLength ...
-
Hum...That's not what I mean.
I want user upload serveral file types(as I defined..)
I just want to ''Not Interact with preview window.''
case 1 )
User A upload : *.xls
not preview file.
case 2 )
User A upload : *.jpg
preview file.
-
Thanks for the quick reply on the File Upload naming question, it worked for me. I have another question though. After the file is done uploading, the control seems to refresh the page automatically to itself. Is there a way to prevent this? I'm using the control in an iframe so I'd like the user to select the file, have the ...
-
I really like the way CuteEditor works and would love to get it inplemented on our site. My only sticking point now seems to be image and file uploading. I've searched these forums and:
Yes, my /images folder has RW permissionsYes, I've tried implementing impersonationI'm using default.config with EVERYTHING set to trueI added ...
-
Hi,
I have a issue regarding cute editor.
I need to upload the excel file(.xlsx) via cute editor. For
that I added the following key in Admin.config, default.config and
guest.config.
The added key is:
<item>.xlsx</item> ….under <security name="DocumentFilters">
On doing so, I am able to ...
-
Thank You for the quick reply. :) I am using the most recent version of the uploader. I have also set the Temporary File Location as well. From web.config in my ...
-
Hi Ken, I'm sorry I didn't clarify that. The problem is that the uploader attachment never has any items. When debugging, after I add an attachment, I click the Submit button and step through my code. The items count is always 0. Any ideas as to what I'm doing wrong? Thanks!
... 62 ...
|
|
|