Jump to content

radoradovan

Friends
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by radoradovan

  1. I am trying to upload IMG file using internal IPS API and $_FILES php: <?php $_SERVER['SCRIPT_FILENAME'] = __FILE__; require_once 'init.php'; $init = \IPS\Session\Front::i(); $image = \IPS\Image::create( $_FILES['file']['tmp_name'] ); echo $image; ?> this sadly doesn't work, anyone know which API is used? thanks
×
×
  • Create New...