|
Search
You searched for the word(s): upload'A=0
Showing page 287 of 656 (6,557 total posts)
< 1 second(s)
-
I have deployed the uploaded in non https site and its working there, but i did the same thing for https site, its giving me an error ''Unable to find the file in the upload directory''. I checked the permission of the ''upload'' folder and it has read/write permission. Kindly help me out.Thanks & Regards
-
When using the uploader, both versions.
If I click the cancel button half way through an upload, the upload stops, but the control does not seem to clean up after itself, leaving some greyed out text and icons in the files box.
Is there a way to clean this ... what am I doing wrong?
Thanks in advance
-
Hi,
In that case you need use another 'UploaderProvider' , and register the class name to web.config appSettings:
<add key=''CuteWebUI.AjaxUploader.Provider'' name=''UploaderDatabaseProvider.UploaderSqlServerProvider,UploaderDatabaseProvider''/>
Here is the provider implementation code :
-old code ...
-
Hi narendrababu,
Do not allow to limit the file extension. sorry for your inconvenience.
Regards,
Ken
-
Hi AlexisMC, The filter only work with silverlight and flash upload mode. In IFrame mode, the user still can see all the file types, but once you select the file, the control will tell you do not allow to upload it. Regards, Ken
-
Greg,
You need to setup the permissions settings of that network folder.
You can set it can be read/write by everyone and try again.
Regards,
Terry
-
Diane,
1. Store the content of the uploaded file in the Byte buffer.
byte[] data = new byte[args.FileSize];
using(Stream stream=args.OpenStream())
{
stream.Read(data,0,data.Length);
}
2. Store the buffer in the Database, and it is very easy as long as you have the database table and you know ...
-
the sites I have worked well so far! Suddenly, without that I have changed nothing, I always have dell'upload interruption in internet explorer 7 and 8
how can I do! What has changed?
I have this error with upload dll version 2 and 3 also
help me please!!!!
-
Eric,
Not do we have to find the BUGS, we also have to create an application and put it on a Plate for you!!!!! Really.
All I did, was to take your own demo sample MVC2 application and added the following to the SampleController (which by the way would take you 5 seconds at most to do!!!) . Then just use your sample 1 view to upload a ...
-
OK..Finally it worked. I had to set AutoUseSystemTempFolder=''false. It started using the UploaderTemp folder. Then I had to grant access to UploaderTemp (ASPNET Machine account access). It works fine now.
...
... 287 ...
|
|
|