|
Search
You searched for the word(s): upload'A=0
Showing page 189 of 656 (6,557 total posts)
< 1 second(s)
-
Hi guys, Thanks for this really cute uploader!But I've a question. I have downloaded the lastest build, installed in my website, and try ...
-
John,
You need copy the data when the OnPostback event fired, and maintain the table by your self.
If you don't use AJAX, the page will be submit and then all javascript data will be lost.
So you should use AJAX.
There's two primary AJAX :
1 - Microsoft AJAX , so you need maintain the ...
-
using demo.phpfirst run presents button for upload - uploadertemp & session id created before select files button is pressed
once a file a selected -
Server side exception, failed to upload Joe.jpg Debug Information:mkdir() [<a href='function.mkdir'>function.mkdir</a>]: File exists, failed to make ...
-
Hi,
The filename/description is design for ajax uploader v1 , for that version uploader do not support multiple files uploading.
It just use the specified filename when rename the file at the event handler.
the event handler code is this :
protected void Uploader1_FileUploaded(object sender, ...
-
hi all,
How can i add files to the uploader through javascript without using the browse window? I have some files in my client machine I want it to upload it using ajax uploader with out having any user interferance. When user click upload button the code should automatically select those files and add to the ajax-uploader and ...
-
Hi there,
Is it possible to add more form items like (text area, option buttons, drop list) ??
I want to create an upload form for my customers to add this information later in the database, so they can choose:
1. The category of the file/files they want to upload (drop down list)
2. ...
-
Is this normal?
or am I doing something wrong?
UploadAttachments uploader = new UploadAttachments();
uploader.ShowCheckBoxes = ...
-
Hi,I have a file upload event handler, void Uploader_FileUploaded(object sender, UploaderEventArgs args)
{
if (GetVisibleItemCount() >= 3)
return;
using ...
-
I use the uploader just to upload 1 file at the time.
But when I click the insert button, the file is uploaded and the progressbar is showing.
After uploading is completed, the progressbar unfortunatly dissapears.
Some users have a fast upload speed (and the files are not that big) and the bar flashes up and is gone again, which is ...
-
I need to upload photos which can now be 4GB so I don't think I can use the Ajax Uploader. Other systems can do it so I am not sure why this one cannot but I have seen the post saying it is a limitation of the browser.
But say I did want to use it, I have had problems before where the ISP has set the maximum request size down at 1GB in ...
... 189 ...
|
|
|