|
Search
You searched for the word(s): upload'A=0
Showing page 17 of 656 (6,557 total posts)
< 1 second(s)
-
Ken, Yes, I was able to get your code to work but when I add 'ManualStartUpload=''True''' to the control, I am then unable to get the filename/filesize because the items count is 0. But if I try to call uploader1.upload, I'm required to supply filename, filesize, and temppath. So when doing a manual upload, how do I get the ...
-
Hi AlxReiter,
I have tried your example page, and I still not understand what is the issue you mean, can you show me in detail?
1. Click on the upload button nothing happen?
2. Can select the file for upload, but the uploader does not shows the file you selected?
3. Allow to select the file for ...
-
Hi jerry2, see the red code, it shows you how to detect if the upload queue has a file or not . if (uploadobj.getqueuecount() > 0)
{
uploadobj.startupload();
...
-
Thanks for the suggestion Ken. Unfortunately, that didn't work. I stepped thru the code to see what was happening and it is trying to redirect tohttp://localhost/BibleStudyTools/community/users/debbie/default.aspx BEFORE the FileUploaded event. I even put the redirect in several other of the Ajax Uploader events and put ...
-
Hi Ken,
I still have no solution for this issue when trying to upload an image with CuteEditor...
You can try it at this test page:
https://www.nloug.nl/test/
The problem occurs since I migrated the website to a new Windows Server 2016
Could it have to do with File Access rights (write access) ...
-
Hi Ken,
Thanks for the link. I copied only the aspuploader directory from this link and now, it works fine! I did it also with richtexteditor and this now also works fine.
We also have a software in which we integrated CuteEditor V5. Is there also a Patch available because it also does now have the problem with the ...
-
Hi Ken,
No this the same code I already have but stillnot working:
<CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' OnFileUploaded=''Uploader1_FileUploaded'' InsertText=''Select Files and Upload'' MultipleFilesUpload=''true''>
<InsertButtonStyle CssClass=''btnBlue'' Width=''140px'' ...
-
When I remove UploadType=''IFrame'', and I try to upload files, I get a prompt that asks for my user name and password (Unacceptable). However just for testing purposes I enter Admin accounts user name and password... following occurs:
1. I don't get prompted again
2. Next it seems like the first file on the queue is being uploaded (as the in ...
-
So the final configuration setting that got the upload working, was to add the domain user to the Web share of the directory on the ''other'' server with Full Control. So this would be Step 2e. to the list above.
As for Adam's quick reply. First, THANKS !!!! Secondly, if you follow the steps in 2. above and by ...
-
So this feature will not be included in the asp version? The main problem I see with this is that if I upload 2 images names logo.gif, they replace each other. This causes a huge problem. Do you know of any way that I can make the file name uploaded the date stamp just like the .net version? Could I customize a file within ...
... 17 ...
|
|
|