Tagged Questions

1
vote
3answers
39 views

How to Download A file stored in SQL DB in Binary Format

Hi, I am simply storing uploaded file into a binary field in SQL Server but I also need to allow users to download it with Asp.NET. How can I do that ? Thanks in advance.
0
votes
4answers
45 views

How can I create my ASP.NET MVC controller actions so they accept Files?

I've been working all weekend on a Messaging system for my website so users can send and receive messages on my site internally. I have my table schemas worked out, and right now I can send basic …
0
votes
2answers
30 views

Multiple file upload like orkut style with asp.net mvc..

Hai Guys, Recently i am working with asp.net mvc... Now i want to upload multiple file uploads like orkut style with asp.net mvc ... I dont know how to get started ...
0
votes
3answers
52 views

Uploading file using HTML

Can anyone show me how to create an HTML page that allows to upload files? It will be really appreciated.
1
vote
1answer
37 views

Best way to post files asynchronously with ExtJS

Hi, I basically have a form that the users filled in, and in which it's also possible to attach files. It's really equivalent to gmail actually: the files are sent while you're still typing the …
3
votes
3answers
118 views

Zend Framework: image upload

Hi, I want to upload an image with Zend Framework version 1.9.6. The uploading itself works fine, but I want a couple of other things as well ... and I'm completely stuck. Error messages for …
0
votes
2answers
25 views

Invalid upload directory with CodeIgniter 1.7.2

I am attempting to create an image-upload form with CodeIgniter 1.7.2 However, when I attempt to upload an image, CI informs me the upload directory is invalid. To check this, I uploaded a file to …
0
votes
1answer
20 views

asp.net mvc: check content type of the uploaded file ‘text/plain’ or ‘text/csv’, I always get application/octet-stream instead

I want to verify the type of the uploaded file, that's how I do it: [AcceptVerbs(HttpVerbs.Post)] public ViewResult GetDataFromFile() { var file = Request.Files.Get(0); …
1
vote
6answers
160 views

is there a popular C# library for working HTTP? Eg simplifing working with httpwebrequest etc

Hi is there a popular C# library for working HTTP? Eg simplifing working with httpwebrequest etc For example doing http file upload with some parameters requires many lines and knowledge of Http …
0
votes
2answers
25 views

jQuery MultiFile - how to clear / reset ?

Hi all, I'm using the jQuery multi-file upload plugin found here: http://www.fyneworks.com/jquery/multiple-file-upload/ I don't see in any of the examples though a way to "reset" the file-picker, …
0
votes
1answer
17 views

FCKeditor Upload feature not working, no error

Using FCKeditor (2.6.5) When I use the upload feature it acts as if it has worked (no errors) but does not upload a file. I can view other files in the upload folder with the file manager that I ftp …
0
votes
0answers
22 views

Modal popup File Upload

Hi, I use Eric martin's contact form modal popup in one of my personal projects. I wish to add file upload to it, however when I try to get the file, I'm able to view the file. I'm pretty much new …
1
vote
3answers
43 views

How to disable the folder navigation in FileUpload control

How to disable the folder navigation in the browse file popup window that appears when browse button is clicked in FileUpload control. Currently, the browse file popup window shows specific folder …
1
vote
4answers
69 views

Uploading Pictures Ruby on Rails…

I am new to rails so sorry if this is easy. I am wondering the best way to upload pictures and display them in Ruby on Rails. I have a blog and would like to have the option of attaching a picture …
0
votes
1answer
33 views

Unable to upload file to ftp server using php

I am trying to upload file to FTP server using php but it is not getting uploaded. Code: $response =<<<RESPONSE <cdm:Response> <cdm:header exportTime="{$export_time}" …

1 2 3 4 5 26 next
15 30 50 per page