I'm working on a browse/upload service which allows me to upload "CSV" file. Currently, I'm only able to upload "txt", "html" files but not "CSV" or any WORD related extensions. How do I do that?
Image - I have no problem uploading text file. It appears below.
(Link:http://triton.imageshack.us/Himg395/...=578&ysize=480)
Image - Each time I want to upload a CSV file, it prompts me ...
(Link: http://triton.imageshack.us/Himg373/...=578&ysize=480)
Another problem is I can only upload files which are in the same folder as where I put all the javascripts/html/codes. How do I make sure that I can upload files from other folders as well?
Just for your info, I'm using
ThanksCode:<input type="hidden" name="MAX_FILE_SIZE" value="100" /> <input name="file" type="file" id="browsefile" /><input type="button" value="Upload" onclick="javascript:uploadfile ()">

LinkBack URL
About LinkBacks







Reply With Quote
Bookmarks