9
votes
3answers
330 views
Large File (30Mb+) Uploads over the Internet, what are the better options?
A friend and I have been discussing what's the best way to send large file over the Internet. FTP, single Web services, Chunking Bytes To multiple Web Services, HTTP File Post (multi-part message), …
9
votes
12answers
3k views
How can I get Gmail-like file uploads for my web app?
I want to add gmail-like file upload functionality for one of my projects. Can anybody help me with this?
My application is built in vb.net.
I would appreciate any kind of help or guidance.
Thanks
…
7
votes
3answers
889 views
How do you restrict the size of a file being uploaded with JavaScript (or Java) without transferring the entire file?
Is there a way to validate on the client side browser whether the size of a file being uploaded from a JSP page is over a set size limit without forcing the user to upload the entire file only to find …
7
votes
5answers
4k views
FileUpload control inside an UpdatePanel without refreshing the whole page?
According to Microsoft the FileUpload control is not compatible with an AJAX UpdatePanel.
I am aware that a PostBackTrigger can be added to the submit button of the form like this:
<Triggers>
…
6
votes
3answers
365 views
Alternative upload method for Django FileField
Hi
I have some django models that use a FileField, and users have been uploading files in the admin interface. We now have a problem that some files are quite big (1-3G), which makes http upload …
6
votes
5answers
732 views
Can you recommend alternative FileUpload control for asp.net-mvc?
Currently using System.Web.UI.WebControls.FileUpload wrapped in our own control.
We have licenses for Telerik. I wanted to know if anyone had experience with that or could suggest a better one?
…
6
votes
3answers
413 views
Multiple file upload
What is the best tool to upload multiple files (as well as directories) on a PHP-based site? I'm looking for something that is open source or free.
I could do this easier by using ftp, but that is …
5
votes
2answers
421 views
Is there a good jQuery Drag-and-drop file upload plugin?
Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this:
$j('#MyForm').enableDragDropUploads('.upload-area')
…
5
votes
2answers
85 views
Unobtrusive way of “fancifying” classical form-based file uploads?
You all know the new generation of fancy, mostly Flash-based file uploaders like SWFUpload that can show a progress bar while uploading - a great improvement especially for shaky and low-bandwidth …
5
votes
7answers
3k views
File uploading in AJAX updatepanel without full postback
I have a update panel, in the update panel I have fileupload control and button control, On button click, I need the file that I have upload in the fileupload control in updatepanel.
Exact scenario, …
5
votes
3answers
439 views
What is the most secure method for uploading a file?
The company I work for has recently been hit with many header injection and file upload exploits on the sites we host and while we have fixed the problem with respect to header injection attacks, we …
5
votes
5answers
2k views
ASP.NET - how to show a error page when uploading big file (Maximum request length exceeded)?
Application able to record error in OnError, but we are not able to do any redirect or so to show something meaningfull to user.
Any ideas?
I know that we can set maxRequestLength in web.config, but …
4
votes
2answers
68 views
FileUpload .net control and saving files to virtual folder on remote file server
I have a .net website that resides on a webserver running IIS 6.0 on win2k3 server. This includes a virtual directory that points via a UNC name to a file server. The "connect as" is set to use a …
4
votes
3answers
542 views
Open source file upload with no timeout on IIS6 with ASP, ASP.NET 2.0 or PHP5
I'm after a cross-platform cross-browser way of uploading files such that there is no timeout. Uploads aren't necessarily huge -- some just take a long time to upload because of the uploader's slow …
4
votes
7answers
655 views
PHP - Looping through $_FILES to check filetype
My first question on SO, thanks. :)
I'm developing a support issue logging system for my company and it must allow for files to be uploaded aswell as any problems submitted to our database.
There …
