Rohan Goel
Rohan Goel
@himynameistimli in the plunker above, - where is the post request being sent to the server? - and how do i send some additional post parameters like `data: { 'targetPath':...
@himynameistimli My imageUpload.php looks like this ```php $filename = $_FILES['file']['name']; $meta = $_POST; $destination = $meta['targetPath'].$filename; move_uploaded_file($_FILES['file']['tmp_name'], $destination); echo($filename." is moved to ". $destination); ``` so I basically need to...
Kindly have a look at #10
@raphamorim can you please guide how to proceed with the issue ?
same problem, it works in sidekick chrome version: `102.0.5005.61 (Official Build) (arm64)` extension version
@Showndarya #330
@atd which back button are you talking about ?
Can someone help me getting started, how do I approach the problem, what are the prerequisites?