hi i want to use file upload option using ajax im newer to ajax. can any one guide me to finish that work or post me the simple ajax file upload script for asp?i want to logic for, when i click the upload button, url of the file should be display on the same page? please guide me
ajax file upload
Collapse
X
-
ajax file upload
hi,
i want to upload files to server using sql, asp or sql, ajax.i searched some of the script and i couldn't use the script to my application. please can any one suggest me the link or simple script for file upload? im a learner so i dont know what i do? also give some tips for learning links....thank uComment
-
That would only work in IE with ActiveX enabled. I'd say pretty useless in most cases unless it's an intranet/trusted user application.Originally posted by iam_clinthttp://www.codeproject.com/KB/aspnet/AJAXUpload.aspx
Some browsers won't allow for this to happen due to security risks that using fso has on sites.Comment
-
If you're new to JavaScript, perhaps you should look at learning JavaScript first before attempting this. See the Offsite Links thread at the top of this forum. For a simple example of client-side file upload, see this example.Originally posted by ilayacuteplease can any one suggest me the link or simple script for file upload? im a learner so i dont know what i do? also give some tips for learning links....thank u
For the ASP part, ask in the ASP forum.Comment
-
thanks for your advice....welco meOriginally posted by acoderIf you're new to JavaScript, perhaps you should look at learning JavaScript first before attempting this. See the Offsite Links thread at the top of this forum. For a simple example of client-side file upload, see this example.
For the ASP part, ask in the ASP forum.Comment
Comment