Tagged Questions

0
votes
1answer
13 views

Link to retrive pdf file from DB- in asp.net

i have retrived the pdf file from Database and i linked it to a tag to open pdf file using link. now i want to give the open/save dialog box before a pdf file opened . - in javas …
1
vote
2answers
19 views

Asp.Net: Catch upload of to big files

Asp.Net has an upper limit for file uploads. I try to catch this situation on the server side. According to the documentation I found, it should be possible to override Application …
0
votes
3answers
29 views

How to upload pdf file into my own server?

Hi! In my site, user want to upload a pdf file and I have to save it into my own server. I don't need the content to be saved. I want the exact file to be copied into my serve …
0
votes
3answers
31 views

get the filename through javascript

var fu1 = document.getElementById("FileUpload1"); how can i get the filename of fileupload control with id FileUpload1
0
votes
4answers
47 views

How to use paperclip with a file already on my server?

For the record, I'm working on legacy code and I'm trying to plug a new feature without breaking everything. Right now I have a bunch of files on my server as such: myapp/public/ …
2
votes
1answer
30 views

Django: Large file uploads - custom processing with mod_wsgi

I'm doing file uploads using Django's File Upload mechanism with a custom handler (by subclassing django.core.files.uploadhandler.FileUploadHandler) which does some additional proc …
0
votes
2answers
20 views

I’m searching for a Grails-Plugin to attach images to a domain class

Hi, i am quite new to Grails and on the lookout for a plugin to attach files (images) to a model. something like a uploaded avatar-picture for a user. in Ruby on Rails i used the …
0
votes
0answers
17 views

Sending a file from iPhone to PHP server and got a blank error returned.

I am developing an iPhone application which uploads a file to a server. The server is appserv Windows server 2008 running on VMWare Server. Below is the PHP code on the server I a …
0
votes
2answers
34 views

C# File Upload read to memory and use as text file - is there a better way?

I have a intranet hosted web application where the user will upload a text file with space delimited data in 5 columns. I don't wish to save the file so I wanted to just use it in …
0
votes
0answers
14 views

Uploaded file char-set conversion with Ruby

I have an application where we're having our clients upload a csv file to our server. We then process and put the data from the csv into our database. We're running into some issue …
0
votes
1answer
14 views

Could somebody help me in spotting an error regarding uploading an image from iPhone to server here?

I am strictly following the answers from http://stackoverflow.com/questions/125306/how-can-i-upload-a-photo-to-a-server-with-the-iphone. This part below is the part that get calle …
0
votes
0answers
23 views

File Upload changes between IE6/7 and IE8 on .NET

I've just created an upload page on an ASP.NET MVC application using the standard HTML for file uploading and it's working great using FireFox, IE8, Chrome, and Opera but it won't …
0
votes
3answers
75 views

Question about file transfer for socket programming

Is there a good method on how to transfer a file from say... a client to a server? Probably just images, but my professor was asking for any type of files. I've looked around and …
0
votes
2answers
42 views

Allow users to upload files to server via email?

I am administrating a small, private website with 100% trusted users (about 60 people, i know them all personally). I am having many problems with the PHP based upload system i ha …
-1
votes
1answer
31 views

Silverlight File Upload not working on server side

I made File Upload following this tutorial, but for some reason my server side is not working at all. http://www.c-sharpcorner.com/UploadFile/nipuntomar/FileUploadsilverlight03182 …

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