0
votes
2answers
33 views
Is there any Image Uploader for ASP.NET MVC?
Is there any free image uploader control for ASP.NET MVC?
Thanks.
2
votes
2answers
23 views
Why File Upload didn’t work without enctype?
Most of time, the source of File Upload didn't work was forgetting enctype in HTML Form (for me).
Normally, we do not need to add enctype in HTML Form for regular requests. But we …
1
vote
1answer
25 views
Uploading to Ruby on Rails from iPhone using ASIHTTPRequest
Hi,
I've really hit a wall and am need of some help! Thankyou for reading this far!
I'm in the middle of writing an app that talks to my ROR web-server for database requests and …
1
vote
0answers
33 views
How to upload video on YouTube with Ruby
I am trying to upload a youtube video using the GData gem (I have seen the youtube_g gem but would like to make it work with pure GData if possible), but I keep getting this error: …
1
vote
1answer
40 views
Populating an Object from the DB — Where do you stop?
When getting an object from the DB, should the object's properties also be loaded? There seems to be these approaches.
Create well-formed, fully-loaded objects.
Pro: No need to …
0
votes
1answer
14 views
How do you save an uploaded file to a directory and not a DB?
If someone uploads an image via a form, how do you save the image in public/images and not in a model? And I do NOT want to use plugins.
1
vote
1answer
23 views
uploading a zip file causes some problem for some users - weird mime type
I have a form where the user can upload a zip file, it works perfectly on my side but the client I'm making the website for is not able to upload the zip.
I check for the mime typ …
2
votes
7answers
66 views
Best way to handle very large http uploads and downloads on the server-side
I've an upcoming project where I will need to handle very large uploads from browsers (either the classic input type="file" or a Java Applet), and looking for the best tool to do t …
1
vote
4answers
40 views
File Upload via AJAX within JQuery
Hello All,
I am new to JQuery AJAX . I want to implement a file upload using a jquery.
Will it be possible to make a fileupload with JQuery,AJAX and send it to Servlet which can us …
5
votes
3answers
122 views
+100
Best non-flash upload component for web applications?
Hi,
I would like recommendations for upload scripts/components. My criteria:
No flash
Plain Javascript ok, jquery ok
Must provide progress bar (updated from for instance ajax c …
0
votes
0answers
16 views
Can Zend_Service_Rest do file uploads?
I assume that RESTful services is a comprehensive paradigm, that it also could cover file uploads too, as a subset of http operations.
If so, how does one do file uploads in Rest …
0
votes
3answers
90 views
C# Solution to upload a file.
Can someone provide me with a way of uploading files, such as images or text files,from an iphone app to a web server. I have found many examples but all are in php. I'm using C# …
1
vote
2answers
40 views
httpwebrequest sending a file
Hi,
I need to upload a file in C# using an httpwebrequest. I don't need to post any form data. It's a scheduled task that will run once a night and upload a file to a server. It w …
1
vote
2answers
71 views
secure and efficient file uploader
I am looking for a decent file uploader. I'm using django, but while i don't NEED a django file uploader, python is preferable. php would also be fine.
can anyone point me in the …
0
votes
1answer
27 views
AJAX style uploader
Morning all. My script is running here:
http://www.actwebdesigns.co.uk/web-design-mansfield/php-functions/AJAX-style-image-uploader-script-php-jquery.php
It is an ajax style uplo …
