|
Search
You searched for the word(s): upload'A=0
Showing page 228 of 656 (6,557 total posts)
< 1 second(s)
-
Okay here's the complete detail on what we want to achieve. After the user tries to upload their document using the ajax uploader, we will use Microsoft's DSOFile (http://suppot.micosoft.com/kb/224351) that let's you read document properties (Author, Title...etc) to check if the document/file properties has been filled out correctlly.
Our ...
-
ncodd:
Hi I wondered if anyone has had a fix for this issue,
I am currently getting the same error, after creating my own page from the demo.
I have installed the licence and configured the config file, everything works the first time round, also works if you add and then delete the uploaded attachment, however if you add more ...
-
praveen :
The support for the Gecko is less then IE currently .
We forgot to add the support for HtmlTextWriter .(
you see , the Asp.Net think the FireFox as the low-level-browser ,
and remove many attributes while render the control .
It remove the Width Height Style and all custom attributes
So you will see the input-frame is ...
-
however, to insert in a datadase must create class? i can't insert connection, insert or other on aspx to insert image and file?
can i know what i upload on text?
-
Hi,
Thanks for reply,
We have tried this. Added rowcreated event for all the gridview, but still having the same problem
We have Update panel, inside update panel we have tab container and for each tab there is gridview.
can you please look into this once again.
Thanks
Yogesh
...
-
Hi AlxReiter,
Only can check the file exists at server side for now.
maybe you can try the start upload manually http://www.ajaxuploader.com/Demo/Start-uploading-manually.aspx
Then you can cancel the upload belfore it upload to the server.
Regards,
Ken
-
Hi,
That is a Flash bug , and we already have a solution to fix that.
The code would be like that (you must allow HTTP for this case):
uploader.FlashUploadPage = ''http://localhost/uploader22cs/UploadService/UploadService.aspx'';
We will provide an update with other issues later.
Regards,
Terry
-
as delamitry said, the order of the event is :
client uploading file 1
server FileValidating 1
client uploading file 2
server FileValidating 2
client OnPostBack event
server FileUploaded 1
server FileUploaded 2
server UploadCompleted([1,2])
Regards,
Terry
-
I have changed the MaxMediaSize from 100 to 10000 in the configuration files and can upload a media file which is <4MB. But when I upload a file which is >4MB,it jumps to an error page, why???? In addition, it is in visual sdudio 2005.
-
Hi, I am facing the same problem. A summary of my code is to resize the image uploaded using Args.OpenStream() There after I am unable to delete the temp file. Please advise.
... 228 ...
|
|
|