|
Search
You searched for the word(s): upload'A=0
Showing page 317 of 656 (6,557 total posts)
< 1 second(s)
-
Hi MarjaR, Please try the example below, it will delete the temp file one bye one when the file upload finished. <%@ Page Language=''C#'' Title=''Customize the queue UI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
-
That resolves two of the three things I posted. Using the longer form of the key in the web.config file is working, and I had missed the args.delete method (the volume of the files is high enough that we don't want them sticking around for 5 hours). Thanks!
As for the third thing, I don't think I was clear in what I was asking. I ...
-
Hm, you are only disabling the button. I was looking for something like upload picture and show preview and upload again if you want. More like a Ajax-based-user-profile.aspx you have for Ajax Uploader. Minus the resize, I know ASP can not do that on it's own.
About multiple uploader instances, that is really a great pity it is not working, ...
-
actually its working perfect in another project on the same system but in the project where its not workingim i m using master/content pages.
i also tried to disable ajax then it used to upload the file 100% but before hiding the progress bar it used to stuck there and not doing to Uploader1_FileUploaded function to finish the ...
-
the example abobe is not what I am looking for. What I would like to tdo I allow the user to upload one file only. so the user chooses browser pick the file , before manually uploading the user might want to upload a different file, so he should be able to click on browse again and select another file, but here is where i get a javascript ...
-
This is my web.config's <httpModules> section: <httpModules>
<add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>
<add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, ...
-
Yes, I see the flash on the ''general'' page. The other (the default demo) I don't see a flash, but I can browse to and insert a video from your collection of stock ones, and it plays. A glance at the source code for the page shows the default reference,
/uploads/kick_baby_2.mpeg
My page with the editor instance is in a different subdirectory ...
-
Hi,
We have confirmed that is an Adobe Flash Player issue.
Include v9 and v10.
If you want the Mac users upload very large file,
I think you can specify the UploadType to IFrame .
if(Context.Request.UserAgent.IndexOf(''Mac'')!=-1)
{
...
-
Hello I am having trouble configuring the PDF upload feature. The other uploading features seem to work (directories for each type are located in one directory called /Sitefiles). The error I get is:
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
/admin/CuteEditor_Files/Dialogs/include_upload.asp, line 32 ...
-
Hi transresult,
This issue have been fixed in version 6.6.
You can test demo here http://cutesoft.net/example/general.aspx
Regards,
Ken
... 317 ...
|
|
|