Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload file
More Search Options
Showing page
12
of
336
(
3,355
total posts)
< 1
second(s)
Re: Using DotNetZip to compress file during upload
Well, it kind of worked. I just found that files that are uploaded and zipped can't be downloaded from the webpage or ftp. I checked the file permissions on the files as opposed to the files that weren't zipped and the username for that website doesn't have permissions on the zipped files. Can you tell me what I would need to do to ensure the same ...
Posted to
Ajax Uploader
(Forum)
by
jmestep
on
December 14, 2008
Re: Avoid reload after UploadCompleted
Hi, Below is the example which shows you how to use SetCustomData to get the addition info of the upload file which fill by ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
February 19, 2014
Clicking on File upload button does nothing
I'm new to PHP File Uploader and have downloaded the trial to try it out. copied all files in the archive to a folder called PHPfileuploader. clicking on the included demo.htm brings up the menu. selecting any of the demos displays the File Upload button and does nothing else. is there something I'm ...
Posted to
PHP File Uploader
(Forum)
by
pickledham
on
February 22, 2013
Re: Upload error message "File size (undefined B) is to large. The maximum file size allowed is set to: 10.00MB."
Dear rmacfadyen, Did you limit the value of upload size? You can remove this limitation and set this value to larger and try it again: <CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' InsertText=''Upload Multiple Files (Max ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
February 11, 2011
Re: How to upload file at the same time as the rest of the form is submitted?
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(); ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
December 16, 2010
Manual Upload Start - Upload Seems To Begin But Page Refreshes And Nothing Occurs
Hello, I have a client who is attempting to use the Ajax Uploader control to submit a file to our website. However, when they click the ''Upload'' button to initiate the upload operation the progress bar appears and then disappears as the page seems to refresh. I had him e-mail me the file he were attempting to ...
Posted to
Ajax Uploader
(Forum)
by
Anonymous
on
January 28, 2011
File storage demo pulling data from file system instead of databse
We have purchased the Ajax uploader and have it implemented except for zipping the files at upload time and I've seen a link on the forum to code for that. The only other thing we need to do is provide a page with a list of the files that have been uploaded, but running off one folder in the the file system rather than a database and we have to ...
Posted to
Ajax Uploader
(Forum)
by
jmestep
on
December 4, 2008
Re: Manual upload with visible="false"
Ken, I apologize, that i don't clearly explained what i mean. Here is the code. There are 3 elements of CuteWebUI:Uploader with ID "fileinput1", "fileinput2" and "fileinput3". Element with ID "fileinput1" has an attributeVisible="False". Other elements ...
Posted to
Ajax Uploader
(Forum)
by
AlxReiter
on
November 15, 2012
How do I get UploadAttachments events to fire for server-side validation prior to upload?
Using the standard .net upload control, I can do this: Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnUpload.Click Dim fname As String = FileUpload1.FileName 'Here I can do some ...
Posted to
Ajax Uploader
(Forum)
by
dmathews
on
February 24, 2012
Re: upload works on dev server, not on production server
I decided not to trust FireBug 100%, so I put alerts in the javascript code to see where it was going. startupload IS being called returns immediately, then the upload completes, and CuteWebUI_AjaxUploader_OnPostback() is then called. It completes - that is, submitbutton.click is called and returns immediately. I also changed my ...
Posted to
Ajax Uploader
(Forum)
by
rberman
on
June 4, 2010
More Search Options
« First
...
< Previous
10
11
12
13
14
Next >
...
Last »