Jump to content

Search the Community

Showing results for tags 'image-upload'.

  • Search By Tags

    • image-upload ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. Hello, I'm trying to upload an image to a folder called uploads in my module's root. I have been able to accomplish this with the shop installed on my machine but I cannot upload the desired image to the remote shop. Here is my code: connector.php, to use curl to send the image to the upload.php...
  2. Hello, I want to upload an image from the backoffice, into a folder named uploads in the root directory of the module. Here is my code: <form action="/modules/customizeproducts/upload.php" enctype="multipart/form-data" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="30000"...
×
×
  • Create New...