Skip to main content

All Questions

Tagged with
-1 votes
1 answer
44 views

Google cloud image upload Error javascript

I'm trying to upload an image on Google cloud console with javascript, but it's not working at all. I have tried with the multiple post URL's https://storage.googleapis.com/upload/storage/v1/b/${...
Andrew Strauss's user avatar
0 votes
0 answers
39 views

how send multi image From img src to controller in asp.net mvc [duplicate]

other data the from send form.submit() I first read the img tags value then converted it to a file , then added it to the form But its value in the controller is null var imgs = document....
fafa's user avatar
  • 1
0 votes
1 answer
725 views

In REST API how to attach files to the body of form data in C#

I'm using Postman Rest API calls to upload file to Azure Blob. I want to understand how to attach files to the body of form data from frontend using C# code, so that it return me the result with some ...
questionbank's user avatar
0 votes
2 answers
1k views

Is there a way to set the src of input type="file" 'HttpPotedFileBase' set to already uploaded Picture in asp.net mvc?

I am working on a project in which I have to make a CV builder. I am using the same form to edit and insert. Edit returns the same Index method but with the particular information about that Id. My ...
Muhammad Qasim's user avatar
2 votes
0 answers
557 views

Blueimp jQuery File Upload won't validate or resize client side images

my code must be dodgy?. I can't seem to get the client side validation or image resizing to work. The server side is working great but I'd love to minimize bandwidth where possible. Any insight would ...
thewomb's user avatar
  • 71
0 votes
0 answers
40 views

Codeigniter: Error You did not select a file to upload

I am trying to implement an image upload function on our webplattform. Currently i am getting the Error "You did not select a file to upload". It must work without submit, cause i dont want to refresh ...
Phapul's user avatar
  • 1
0 votes
1 answer
1k views

Wysihtml5: How to download inserted image to server?

I'm currently using Wysihtml5 HTML text editor. It works well. But now I want to store inserted images on my Amazon S3 Bucket. When someone insert an image from an URL, that image should be on my own ...
hakki's user avatar
  • 6,557
2 votes
0 answers
1k views

How to customize and use wysihtml5-image-upload plugin?

I was using the wysihtml5-bootstrap3 editor, but the image upload and link insertion parts were stripped. So I googled and found the wysihtml5-image-upload plugin which completes the wysihtml5-...
Aarony's user avatar
  • 21
1 vote
1 answer
282 views

How to download and then upload image with AngularJS

I have an Angularjs 1.5.0 web application which should communicate with a REST-based web service that I had developed (using dropwizard & jersey) and tested that it works perfectly. The REST web ...
Pablo Ernesto's user avatar
0 votes
1 answer
843 views

Web Api 2 multiple image upload with jquery or angularjs

I am developing a RESTFUL app using Asp.Net Web Api 2 and Angularjs. I have never done image upload the way I am planning to do and I would appreciate if someone could educate me a little bit, giving ...
Behrooz's user avatar
  • 1,975
1 vote
2 answers
7k views

Laravel 5 override summernote Image upload

I want to override image upload in summernote with laravel 5 method ajax, but I cant get it to work. Here's my php method public function ajaxImage() { $file = Input::file('image'); $...
Marcus Jason's user avatar
0 votes
2 answers
4k views

How to show the image uploaded using HTML file control on a new page after form submission in PHP?

I've a form which contains following file upload control and image control: <form action="rebate_preview.php" role="form" method="post" enctype="multipart/form-data"> <input type="hidden" ...
PHPLover's user avatar
  • 13k
1 vote
1 answer
2k views

Removing specific file from multiple files selected in a file input element using jQuery

I am making a plugin which allows user to upload images, Here is a brief summary of how it works. It uses an <input type="file" name="images[]" multiple> and then I use jQuery in which I handle ...
Mubashar Abbas's user avatar
3 votes
1 answer
2k views

preview image before upload with dynamic created input elements

I use jQuery to add form group dynamically: <form> <div id="form-group-wrapper"> <div class="row"> <input class="userfile" name="userfile[]"> ...
user avatar
-1 votes
1 answer
234 views

why is not being upload image and text with jquery?

Hi i am new comer for jquery. i am trying to upload a image with image description with help jquery ajax function. But when i am trying to upload image with text which contains some word with double ...
user3253285's user avatar

15 30 50 per page