|
Search
You searched for the word(s): upload file
Showing page 41 of 336 (3,355 total posts)
< 1 second(s)
-
Hello,
I am evaluating this script to add to a form in an existing app that includes certain file attributes to be stored in a SQL database. I wanted to see if there is a way I can add these attributes when a user uploads a file. It's basically just one SQL query. Another issue is that if a user uploads a file and then tries to ...
-
Hi oddball,
The upload control in the insert image dialog has a "FileUploaded" event, you can add your own logic there.
1. Open fileCuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx, add the code below into the page OnInit event.
InputFile.FileUploaded += new ...
-
I get an ''Unknown Result'' message along with the source code thrown back at me. The curious part is that all works perfectly when I select my first image and upload (for most part) - then if I re-do the image upload for a second image I get this message and for any subsequent tries. The CueUI declaration is very simple: ...
-
Hi, I am using trial version of ajax uploader for multiple file upload. I am facing 'SLM error:Error:File not exists!' error from two days before it was working fine. So, I have downloaded new LICENSE file to test it but it again fail. And the same LICENSE is working fine in other machine, this machine has same OS as my ...
-
Hi Let's say I have a form for creation of a NEW news article. This article has one main image, and one or more additional images. There are various other fields on the form which require validating, some requiring async postbacks (for example testing that the unique string key for the article is actually unique) , so the selected ...
-
Hello,
I’m trying to integrate CuteEditor v6.6 on a Sharepoint 2007 Site, but i have a 401 error when i upload file.
My environnment : Windows Server 2003IE 6.0A Sharepoint Site deployed on IIS Site (C:\Inetpub\wwwroot\wss\VirtualDirectories\80) with a specific application pool logon with a specific user ...
-
Hi,
When your specify the UploadType=IFrame , or the browser do not install the Flash/Silverlight ,
the uploader will create an iframe and <input type=file> to do the upload task.
For IE/Chrome , it will allow file.click() method to prompt the browsing dialog ,
but for Firefox/Safari , the browsers require ...
-
I tried the example... it worked.
I installed the 6.3 again (I had already installed this version... but just for the heck of it I gave it another try)... same issue...
If I change UploadType=''IFRAME'' I can upload one file at a time... if I remove UploadType=''IFRAME'', I can select mltiple files to upload; however, they don't get ...
-
Hi Adam,
In the security policy file (default.config, admin.config and guest.config)
I had set the value of max file file upload size as:
<security name=''MaxDocumentFolderSize''>102400</security>
And in my program also I had set it as:
Editor1.Setting[''security:MaxDocumentSize''] = ''102400'';
My issue is that when I am ...
-
Hi,
The default configuration is not fit for load balancing.
You need do more for your server.
There's two solution for load balancing:
1 - set temp directory to a shared server , for example , \\sharedserver\sharefolder
2 - use database provider to store the temp files into SqlServer ...
... 41 ...
|
|
|