Questions tagged as 'upload'

1
answer

Uploading images larger than 2mb

I have a simple system that uploads the image to a folder and writes the name and url to the database. But when I select an image larger than 2mb of the error in the bootable destination that is equal to $ destination = folder / ".photo_name &...
asked by 18.11.2017 / 23:29
1
answer

Insert multiple type file records into Mysql

I'm making a form, where you have a part of registering images for a photo gallery. In this field I use a script with a add field button so that a new field can be inserted for each photo <label>Galeria de Foto</label> <...
asked by 22.05.2018 / 20:47
1
answer

Image upload with PHP returning an error: undefined index error

Good evening everyone, I am using a script that I have and I have always used to upload images only when I choose some images it returns the error undefined index error The only problem is that in 80% of cases it works normal I did a v...
asked by 05.10.2016 / 03:25
2
answers

How to upload .txt file and save to a directory using c # .net mvc?

I would like to upload text files where I select N .txt files and save them to a directory I have specified in the application; I made an example that was on the internet but I could not get the files in my action. Action: [HttpPost]...
asked by 30.03.2016 / 16:17
2
answers

image upload with meteor

How do I upload an image in meteor ? I followed this tutorial here but it did not work too much. The image is apparently saved, because I checked the collection and there is a record there, but I can not even list it, much less a directo...
asked by 20.12.2015 / 05:58
1
answer

upload multiple images

I know I already have some posts on this, but as I would just like to add to the code and not redo. In the code below, I need to add a way that the upload supports several images and as I still do not handle much I even went to the php site but...
asked by 29.08.2015 / 01:26
1
answer

Upload form image with AJAX / PHP / MySQL

I'm redoing a form for a site that needs to upload an image, but I'm not able to upload and need your help. I already researched and could not find the answer ... Function: function fBlog_Send(){ $.ajax({ type:"GET", url:"ad_BL_Include...
asked by 26.08.2015 / 03:12
1
answer

Files limit per folder - Django 1.7

Does Django 1.7 provide any upload control mechanism per folder? I say this because when the number of files in a folder gets too large it tends to slow down. An example would be: Every 800 files in a folder, a folder is created at the root o...
asked by 27.03.2015 / 11:33
2
answers

How to read a file sent by user using FileInputStream?

I would like the user to send an .xls file to the system and from that a database would be created. The method I have is working, however the parameter that the FileInputStream receives is a String indicating the path of the file. Only the syste...
asked by 21.07.2014 / 20:56
1
answer

How to upload using php without forms

I need to upload a file from the local server to another server. In this environment I compact the file on the local server and send the compressed file to the remote server. The remote server will have the rules validation specifications to kno...
asked by 16.02.2015 / 17:26